Skip to content

Commit

Permalink
Adding job to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamserulAwsGeek authored Nov 27, 2023
1 parent 124bd24 commit f2b6a9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ on:
types: [opened]
permissions:
pull-requests: write
name: Post welcome comment
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
jobs:
build:
name: Post welcome comment
runs-on: ubuntu-latest

0 comments on commit f2b6a9e

Please sign in to comment.