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
body: `👋 Thanks for opening your first issue! We appreciate your contribution to this project. Please be patient while we review your issue.`
38
+
});
39
+
}
40
+
41
+
- name: Greet on new pull request
42
+
if: github.event_name == 'pull_request_target'
43
+
uses: actions/github-script@v7
44
+
with:
45
+
script: |
46
+
const pr = context.payload.pull_request;
47
+
const isFirstPR = await github.rest.pulls.list({
55
48
owner: context.repo.owner,
56
49
repo: context.repo.repo,
57
-
issue_number: pr.number,
58
-
body: `🎉 Thanks for opening your first pull request! We're excited to review your contribution. Please make sure you've followed our [contributing guidelines](.github/CONTRIBUTING.md).`
body: `🎉 Thanks for opening your first pull request! We're excited to review your contribution. Please make sure you've followed our [contributing guidelines](.github/CONTRIBUTING.md).`
0 commit comments