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 3bbb698 commit 35c0ff3Copy full SHA for 35c0ff3
.github/workflows/ci.yml
@@ -86,6 +86,8 @@ jobs:
86
name: Generate coverage report
87
needs: testing
88
runs-on: ubuntu-latest
89
+ permissions:
90
+ pull-requests: write
91
steps:
92
- name: Clone the repository
93
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
.github/workflows/pull_request-opened.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Assign Author to the Pull Request
23
- uses: technote-space/assign-author@6252488282b99652aef47451a353eb88aea24666
+ uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160
24
25
pr-labeler:
26
name: Label the PR based on the branch
0 commit comments