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 afd7bca commit 4490b0dCopy full SHA for 4490b0d
.github/workflows/github.pr.yaml
@@ -41,3 +41,11 @@ jobs:
41
pr_size_xl_label: 'size/XL'
42
secrets:
43
token: ${{ secrets.GITHUB_TOKEN }}
44
+
45
+ welcome:
46
+ name: Welcome for First Pull Request
47
+ uses: tedilabs/github-actions/.github/workflows/github.issue.welcome.yaml@main
48
+ if: ${{ github.event_name == 'pull_request_target' && github.event.action == 'opened' }}
49
50
+ secrets:
51
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments