Skip to content

Commit

Permalink
Merge pull request #55 from guibranco/guibranco-patch-1
Browse files Browse the repository at this point in the history
Create size-label.yml
  • Loading branch information
guibranco committed May 4, 2023
2 parents 61de44b + ce9071f commit d54cf4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Label based on PR size

on:
pull_request:

jobs:
size-label:
runs-on: ubuntu-latest

steps:

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

0 comments on commit d54cf4d

Please sign in to comment.