Skip to content

Commit 42e5f4f

Browse files
committed
ci: Improve last commenter action
1 parent b4121cb commit 42e5f4f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/label-last-commenter.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
types: [created]
66

77
jobs:
8-
deploy:
8+
toggle_labels:
9+
name: Toggle Labels
910
runs-on: ubuntu-latest
1011
if: ${{ !github.event.issue.pull_request }}
1112
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v3
14-
1513
- name: Add label if commenter is not member
1614
if: |
1715
github.event.comment.author_association != 'COLLABORATOR'

0 commit comments

Comments
 (0)