Skip to content

Commit

Permalink
extend action
Browse files Browse the repository at this point in the history
  • Loading branch information
anaprietonem committed Nov 21, 2024
1 parent 181ecc6 commit 84831de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
issues:
types:
- opened
pull_request:
types:
- opened
- synchronize

jobs:
add-to-project:
Expand All @@ -16,5 +20,5 @@ jobs:
# to the issue
project-url: https://github.com/orgs/ecmwf-lab/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: bug, needs-triage
label-operator: OR
# labeled: bug, needs-triage
# label-operator: OR

0 comments on commit 84831de

Please sign in to comment.