Skip to content

Commit

Permalink
chore(actions): temporary checkout repo to override labeler config
Browse files Browse the repository at this point in the history
This should be reverted after `master` is fixed as it is slower than fetching using the API
  • Loading branch information
dndx authored Dec 14, 2023
1 parent 7b0b604 commit e00e586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ on: [pull_request_target]

jobs:
label:

runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/checkout@v3 # temporary, revert after `master` is fixed
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e00e586

Please sign in to comment.