Skip to content

Commit

Permalink
Removing conflicting step to set waiting status on issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Nov 16, 2021
1 parent cfa53d9 commit e5bfc70
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-project-on-issue-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ 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 e5bfc70

Please sign in to comment.