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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: is-sponsor-label
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
name: labeler
|
||||
steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v2
|
||||
- uses: actions/labeler@main
|
||||
with:
|
||||
repo-token: ${{ github.token }}
|
||||
# - name: Synchronize labels
|
||||
# uses: julb/action-manage-label@v1
|
||||
# with:
|
||||
|
Reference in New Issue
Block a user