We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7bb14 commit c771867Copy full SHA for c771867
.github/workflows/check-pr-changelog.yml
@@ -14,10 +14,8 @@ jobs:
14
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.merged == false
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: dart-action/dio-pull-request-checker@v1
+ - uses: dart-action/dio-pull-request-checker@main
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
permissions:
21
- contents: write
22
- issues: write
23
pull-requests: write
CHANGELOG.md
@@ -2,7 +2,12 @@
2
3
## Unreleased
4
5
+*None.*
6
+
7
+## 1.0.1
8
9
- Support check pull requests changelog
10
+- Fix action.yaml error
11
12
## 0.0.1
13
0 commit comments