Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
feat(workflow): first timers welcome message #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 5, 2020
1 parent bd3d3e3 commit 4a5b34e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
issues:
types: [ opened ]
pull_request:
types: [ opened ]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: EddieJaoudeCommunity/gh-action-community@main
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 4a5b34e

Please sign in to comment.