Skip to content

Commit

Permalink
and when labelled
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Sep 12, 2024
1 parent 2c9dc53 commit 93fe6b7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/label-alpha-bump.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Autobump

on:
pull_request:
types:
- labeled # Triggers when any label is added to the PR
check_suite:
types:
completed
completed # or when a check suite completes

jobs:
label-alpha-bump:
name: Bump version based on PR label
name: Release alpha version based on PR label
runs-on: ubuntu-20.04
if: |
github.event.check_suite.conclusion == 'success'
Expand Down

0 comments on commit 93fe6b7

Please sign in to comment.