mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix labeler workflow
This commit is contained in:
6
.github/workflows/labeler.yml
vendored
6
.github/workflows/labeler.yml
vendored
@ -7,13 +7,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: is-sponsor-label
|
name: labeler
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout
|
# - name: Checkout
|
||||||
# uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
- uses: actions/labeler@main
|
- uses: actions/labeler@main
|
||||||
|
with:
|
||||||
|
repo-token: ${{ github.token }}
|
||||||
# - name: Synchronize labels
|
# - name: Synchronize labels
|
||||||
# uses: julb/action-manage-label@v1
|
# uses: julb/action-manage-label@v1
|
||||||
# with:
|
# with:
|
||||||
|
Reference in New Issue
Block a user