Skip to content

Commit

Permalink
ci: Update PR labeler version (#4816)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Sep 11, 2022
1 parent 26d38f8 commit 4df9877
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target
name: Pull request labeler

on: pull_request_target

jobs:
labeler:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- name: Label pull request
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4df9877

Please sign in to comment.