Skip to content

Commit 7413736

Browse files
fix: add GITHUB_TOKEN permissions for add_pr_checklist_comment (#42)
### Fixed - Added necessary GITHUB_TOKEN permissions for action `add_pr_checklist_comment`.
1 parent d73d995 commit 7413736

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/add_pr_checklist_comment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
types:
55
- opened
66

7+
permissions:
8+
pull-requests: write
9+
710
jobs:
811
add_pr_checklist_comment:
912
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Initial release of Clinical-Genomics/oncorefiner, created with the [nf-core](htt
4040
- Fixed prepare_references config that was defined but not used [36](https://github.com/Clinical-Genomics/oncorefiner/pull/36)
4141
- Fixed bug and formatting in feature request template [#39](https://github.com/Clinical-Genomics/oncorefiner/pull/39)
4242
- Fixed merge mistake introduced in [#25](https://github.com/Clinical-Genomics/oncorefiner/pull/25) [#41](https://github.com/Clinical-Genomics/oncorefiner/pull/41)
43+
- Added necessary GITHUB_TOKEN permissions for action add_pr_checklist_comment [#42](https://github.com/Clinical-Genomics/oncorefiner/pull/42)
4344

4445
### `Dependencies`
4546

0 commit comments

Comments
 (0)