Skip to content

Commit

Permalink
Merge branch 'main' into guibranco-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 30, 2024
2 parents b691961 + 19903d8 commit 3c55e7b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Label based on PR size

on:
workflow_dispatch:
pull_request:

jobs:
size-label:
permissions: write-all
runs-on: ubuntu-latest

steps:

- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3c55e7b

Please sign in to comment.