Skip to content

Commit

Permalink
Update size-label.yml (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Nov 5, 2023
1 parent e7ce753 commit f351db9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Label based on PR size

on:
pull_request:
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
size-label:
Expand Down

0 comments on commit f351db9

Please sign in to comment.