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 c30af2f commit e8f0d38Copy full SHA for e8f0d38
.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