Skip to content

Commit

Permalink
remove filtering on lables now
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 8, 2024
1 parent e87f8bb commit cf5bb52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- name: Determine version bump type
id: bump-type
if: |
github.event.label.name == 'patch' ||
github.event.label.name == 'minor'
env:
GITHUB_TOKEN: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit cf5bb52

Please sign in to comment.