Thanks to visit codestin.com Credit goes to github.com
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 fa728af commit 13bdf8eCopy full SHA for 13bdf8e
README.md
@@ -27,7 +27,7 @@ jobs:
27
with:
28
github-token: ${{github.token}}
29
script: |
30
- await github.issues.createComment({...context.issue, body: '👋 Thanks for reporting!'})
+ github.issues.createComment({...context.issue, body: '👋 Thanks for reporting!'})
31
```
32
33
### Apply a label to an issue
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
- await github.issues.addLabels({...context.issue, labels: ['Triage']})
+ github.issues.addLabels({...context.issue, labels: ['Triage']})
48
49
50
### Welcome a first-time contributor
0 commit comments