Skip to content

Commit dcc71ce

Browse files
authored
Test and monitor issue.author_association (#1964)
1 parent 78bbe97 commit dcc71ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/label-community-issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
contents: read
1313

1414
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
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
1818
- name: Check organization membership (test)
1919
run: echo "${{ github.event.issue.author_association == 'MEMBER' }}"
2020
- name: Check organization membership

0 commit comments

Comments
 (0)