Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Jan 10, 2024
1 parent 45b4c27 commit d00b919
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/semver_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
permissions:
contents: read
pull-requests: write
timeout-minutes: 30
steps:
Expand All @@ -33,10 +32,6 @@ jobs:
id: semver-pr-check
run: cargo semver-checks --workspace --baseline-rev "$PR_BASE"
continue-on-error: true
- run: gh auth status
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
- name: Remove breaking label on success
run: gh pr edit "$PR_ID" --remove-label semver-checks-breaking
if: steps.semver-pr-check.outcome == 'success'
Expand Down

0 comments on commit d00b919

Please sign in to comment.