Skip to content

Commit

Permalink
Update status: waiting issues automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
kgodey committed Oct 30, 2021
1 parent 063cb7a commit 12ef48d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update-project-on-issue-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
cd .github/actions/project_update/
python project_update.py ${{ github.event.issue.node_id }} --status Blocked
- name: Update Waiting issues
if: "${{ contains(github.event.issue.labels.*.name, 'status: waiting') }}"
env:
MATHESAR_ORG_GITHUB_TOKEN: ${{secrets.MATHESAR_ORG_GITHUB_TOKEN}}
run: |
cd .github/actions/project_update/
python project_update.py ${{ github.event.issue.node_id }} --status Blocked
- name: Update Ready issues
if: "${{ contains(github.event.issue.labels.*.name, 'status: ready') }}"
env:
Expand Down

0 comments on commit 12ef48d

Please sign in to comment.