Skip to content

Commit

Permalink
issue #160: removed edited
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 13, 2024
1 parent 8958958 commit 4b7a7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
ISSUE_NUMBER: ${{ env.ISSUE_NUMBER }}
OWNER: ${{ env.OWNER }}

- name: Add "todo" status to a created / edited issue
if: github.event_name == 'issues' && (github.event.action == 'opened' || github.event.action == 'edited')
- name: Add "todo" status to a new issue
if: github.event_name == 'issues' && github.event.action == 'opened'
run: |
for PROJECT_ID_KEY in $(compgen -A variable | grep '^ITEM_ID_'); do
ITEM_ID="${!PROJECT_ID_KEY}"
Expand Down

0 comments on commit 4b7a7ad

Please sign in to comment.