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 e5dd09a commit 8ef5eaeCopy full SHA for 8ef5eae
.github/workflows/restrict-task-creation.yml
@@ -9,7 +9,7 @@ jobs:
9
check-authorization:
10
runs-on: ubuntu-latest
11
# Only run if this is a Task issue type (from the issue form)
12
- if: github.event.issue.issue_type == 'Task'
+ if: github.event.issue.type.name == 'Task'
13
steps:
14
- name: Check if user is authorized
15
uses: actions/github-script@v7
0 commit comments