Skip to content

Commit

Permalink
Add first timers message action
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Mar 16, 2020
1 parent 0e9fbf1 commit 94cf2ba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/firsttimers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: First Timers
on: [push, pull_request]
jobs:

test-build:
name: Test & Build
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Welcome.\n Thank you for creating this issue. We are glad you are here.'
pr-message: 'Welcome.\n Thank you for this PR.'
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build And Release
name: Release

on:
push:
Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
args: release --rm-dist
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 94cf2ba

Please sign in to comment.