Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit e243398

Browse files
authored
Add GitHub Actions workflow for welcome comment
1 parent ed5c8b5 commit e243398

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/welcome.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ on:
44
types: [opened]
55
permissions:
66
pull-requests: write
7+
jobs:
8+
build:
9+
name: Post welcome comment
10+
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)