Skip to content

Commit 420c7bf

Browse files
authored
merge: create story action generator using github action (#36)
2 parents e7f79ea + 9665f13 commit 420c7bf

File tree

2 files changed

+15
-5461
lines changed

2 files changed

+15
-5461
lines changed

.github/workflows/create-story.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
issues:
3+
types: [closed]
4+
5+
jobs:
6+
welcome:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- uses: StreetCommunityProgrammer/action-collections/metaphor-action@main
11+
with:
12+
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
issue-message: "<h1>Hello Punk! It's great having you contribute to this project</h1> Welcome to the community :neckbeard:"
14+
pr-message: "<h1>Hello Punk! It's great having you contribute to this project</h1> Welcome to the community :neckbeard:"
15+
footer: 'If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="https://github.com/StreetCommunityProgrammer">GitHub Organisation</a> - we help and encourage each other to contribute to open source little and often :neckbeard:. Any questions let us know.'

0 commit comments

Comments
 (0)