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.
issue.author_association
1 parent 78bbe97 commit dcc71ceCopy full SHA for dcc71ce
.github/workflows/label-community-issues.yml
@@ -12,9 +12,9 @@ jobs:
12
contents: read
13
14
steps:
15
- # Adding this step for debug purposes
16
- # If this works as expected, we can simplify this workflow
17
- # and replace it with the `check-membership` step
+ # Adding this step for debug purposes
+ # If this works as expected, we can simplify this workflow
+ # and replace it with the `check-membership` step
18
- name: Check organization membership (test)
19
run: echo "${{ github.event.issue.author_association == 'MEMBER' }}"
20
- name: Check organization membership
0 commit comments