Skip to content

Commit

Permalink
Update pr-labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehansen authored Apr 17, 2023
1 parent 160e7fa commit 46d92e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Pull Request Labeling

on: pull_request
on: pull_request_target

jobs:
size-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.4.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
IGNORED: ".*\npackage-lock.json"

0 comments on commit 46d92e1

Please # to comment.