We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b251f commit 5ea035cCopy full SHA for 5ea035c
.github/workflows/projectActions.yml
@@ -3,9 +3,7 @@ name: Auto Assign to Project(s)
3
4
on:
5
issues:
6
- types: [opened, labeled]
7
- pull_request:
8
+ types: [opened, labeled]
9
env:
10
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
11
0 commit comments