mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
chore(cleanup): remove bundle script/workflow, remove wiki/devlog entries, remove tiers, update notify script to run on dev, simplify README
This commit is contained in:
32
.github/workflows/bundle.yml
vendored
32
.github/workflows/bundle.yml
vendored
@@ -1,32 +0,0 @@
|
||||
name: Bundle Data
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
jobs:
|
||||
bundle:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install pyyaml
|
||||
- name: Run bundling script
|
||||
run: python scripts/bundle.py
|
||||
- name: Commit changes
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add bundles/
|
||||
git commit -m "Update bundles" || echo "No changes to commit"
|
||||
git push
|
||||
- name: Trigger Website Build
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.WORKFLOW_AUTOMATION_TOKEN }}
|
||||
repository: Dictionarry-Hub/website
|
||||
event-type: database-updated
|
||||
18
.github/workflows/notify-groups.yml
vendored
18
.github/workflows/notify-groups.yml
vendored
@@ -1,18 +0,0 @@
|
||||
name: Notify Groups
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 1080p-Encode
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.WORKFLOW_AUTOMATION_TOKEN }}
|
||||
repository: Dictionarry-Hub/groups
|
||||
event-type: database-updated
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
||||
1
.github/workflows/notify.yml
vendored
1
.github/workflows/notify.yml
vendored
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "stable"
|
||||
- "dev"
|
||||
jobs:
|
||||
call-notify-commit:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
|
||||
|
||||
Reference in New Issue
Block a user