Skip to content

Commit

Permalink
Update size workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Nov 28, 2023
1 parent cf5b101 commit 22b2ff8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: Size Label

on:
pull_request_target:
types: [opened, reopened, synchronize]
pull_request:
types:
- opened
- edited
- synchronize

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
uses: pascalgn/size-label-action@v0.5.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 22b2ff8

Please sign in to comment.