This repository was archived by the owner on Jul 28, 2022. It is now read-only.
Commit 52b9593
[BUG] Fixs changelog for pull_request close event
When pull request was getting merged we were getting error in changelog generation workflow as permissions error. Updated the push command to use secrets.GITHUB_TOKEN to push. It also has other benefits of not triggering the actions again. Read more at: https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#using-the-github_token-in-a-workflow Bumped package.json version to `1.0.5` [TESTING] Tested with my forked repo closes: #111 parent 930bf68 commit 52b9593
File tree
3 files changed
+8
-7
lines changed- .github/workflows
3 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments