You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pull_request-opened.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
name: Pull request opened
2
-
3
2
on:
4
3
pull_request:
5
4
types:
@@ -10,6 +9,8 @@ on:
10
9
jobs:
11
10
notify-greet:
12
11
runs-on: ubuntu-latest
12
+
permissions:
13
+
pull-requests: write
13
14
steps:
14
15
- name: Auto assign
15
16
uses: actions/github-script@v7
@@ -38,7 +39,7 @@ jobs:
38
39
39
40
### 📖 Contribution Guidelines
40
41
41
-
For more details on how to contribute effectively, please refer to our [How to Contribute](https://github.com/simonkovtyk/esbuild-plugin-package-json/blob/main/docs/guides/HOW_TO_CONTRIBUTE.md) document.`
42
+
For more details on how to contribute effectively, please refer to our [How to Contribute](https://github.com/simonkovtyk/esbuild-plugin-cleanup/blob/main/docs/guides/HOW_TO_CONTRIBUTE.md) document.`
0 commit comments