Skip to content

Commit c771867

Browse files
authored
ci: remove permission for token (#3)
* ci: remove permission for token * ci: Update changelog file * docs: Update changelog
1 parent 9a7bb14 commit c771867

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/check-pr-changelog.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.merged == false
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: dart-action/dio-pull-request-checker@v1
17+
- uses: dart-action/dio-pull-request-checker@main
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
permissions:
21-
contents: write
22-
issues: write
2321
pull-requests: write

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Unreleased
44

5+
*None.*
6+
7+
## 1.0.1
8+
59
- Support check pull requests changelog
10+
- Fix action.yaml error
611

712
## 0.0.1
813

0 commit comments

Comments
 (0)