Skip to content

Commit e8f0d38

Browse files
author
Tedilabs Bot
committed
chore: update .github/workflows/github.pr.yaml via Terraform
1 parent c30af2f commit e8f0d38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/github.pr.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ jobs:
4141
pr_size_xl_label: 'size/XL'
4242
secrets:
4343
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

Comments
 (0)