Skip to content

Commit

Permalink
fix: release-drafter and validate-pr-title permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jul 8, 2024
1 parent 86a6645 commit 89b1409
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
create_release:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/validate-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: read
statuses: write
steps:

- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
requireScope: false

0 comments on commit 89b1409

Please sign in to comment.