Skip to content

Commit 7723749

Browse files
committed
meta: testing GH provided token
1 parent 3de688d commit 7723749

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/comment-labeled.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ env:
1010
This issue/PR was marked as stalled, it will be automatically closed in 30 days.
1111
If it should remain open, please leave a comment explaining why it should remain open.
1212
FAST_TRACK_MESSAGE: Fast-track has been requested by @${{ github.actor }}. Please 👍 to approve.
13-
NOTABLE_CHANGE_MESSAGE: The notable-changes label has been added by @${{ github.actor }}.
13+
NOTABLE_CHANGE_MESSAGE: |
14+
The notable-changes label has been added by @${{ github.actor }}.
1415
Please include your text below if you'd like to include a more detailed summary in the changelog.
1516
```
1617
[Insert here]

.github/workflows/label-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
steps:
1515
- uses: nodejs/node-pr-labeler@v1
1616
with:
17-
repo-token: ${{ secrets.GH_USER_TOKEN }}
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
configuration-path: .github/label-pr-config.yml

0 commit comments

Comments
 (0)