Skip to content

Commit

Permalink
feat: change owner (#4)
Browse files Browse the repository at this point in the history
* feat: change owner

* Change log

* docs: Update readme

* update changelog
  • Loading branch information
CaiJingLong authored Jun 14, 2023
1 parent c771867 commit 9febcd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.merged == false
runs-on: ubuntu-latest
steps:
- uses: dart-action/dio-pull-request-checker@main
- uses: cfug/dio-pull-request-checker@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

*None.*
- Change repo owner, change document

## 1.0.1

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.event.pull_request.merged == false
runs-on: ubuntu-latest
steps:
- uses: dart-action/dio-pull-request-checker@v1
- uses: cfug/dio-pull-request-checker@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
issues: write
pull-requests: write
```

0 comments on commit 9febcd2

Please sign in to comment.