Skip to content

Commit

Permalink
Add size labeller workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 18, 2024
1 parent b71e3f4 commit 4903dac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Size Labelling
on:
pull_request_target:
branches:
- dev
- master

jobs:
size-label:
name: Add Size Label
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@bbbaa0d5ccce8e2e76254560df5c64b82dac2e12" # v0.5.2, consider upgrading after https://github.com/pascalgn/size-label-action/pull/54 is merged
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4903dac

Please sign in to comment.