Skip to content

Commit

Permalink
chore: experiment with sync-version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Sep 15, 2023
1 parent c799a28 commit f6f5227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ name: sync versions

on:
pull_request:
types: [labeled]

permissions:
contents: write
pull-requests: write

jobs:
sync-versions:
if: "${{ github.event.label.name == 'autorelease: pending' }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f6f5227

Please sign in to comment.