Skip to content

Commit

Permalink
Test autobump script within this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Jan 8, 2025
1 parent 47786cc commit 7f5d538
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/label-version-bump.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Autobump

on:
pull_request:
types: [closed]
pull_request

jobs:
label-version-bump:
name: Bump version based on PR label
runs-on: ubuntu-20.04
if: |
github.event.pull_request.merged
&& (
(
contains(github.event.pull_request.labels.*.name, 'bump patch')
|| contains(github.event.pull_request.labels.*.name, 'bump minor')
|| contains(github.event.pull_request.labels.*.name, 'bump major')
Expand Down

0 comments on commit 7f5d538

Please sign in to comment.