mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-05 17:26:51 +00:00
Token for "Clean Closed" action (#21320)
This commit is contained in:
parent
b26516b3ac
commit
b9fa72d582
1 changed files with 1 additions and 0 deletions
1
.github/workflows/clean-closed.yml
vendored
1
.github/workflows/clean-closed.yml
vendored
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- name: Remove Labels
|
- name: Remove Labels
|
||||||
uses: actions-ecosystem/action-remove-labels@v1
|
uses: actions-ecosystem/action-remove-labels@v1
|
||||||
with:
|
with:
|
||||||
|
github_token: ${{ github.token }}
|
||||||
labels: |
|
labels: |
|
||||||
S: Don't Merge
|
S: Don't Merge
|
||||||
S: Please Merge
|
S: Please Merge
|
||||||
|
|
Loading…
Reference in a new issue