Browse Source

Token for "Clean Closed" action (#21320)

vanilla_fb_2.0.x
Keith Bennett 4 years ago
committed by GitHub
parent
commit
b9fa72d582
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/clean-closed.yml

1
.github/workflows/clean-closed.yml

@ -19,6 +19,7 @@ jobs:
- name: Remove Labels
uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ github.token }}
labels: |
S: Don't Merge
S: Please Merge

Loading…
Cancel
Save