mirror of
https://github.com/bettercap/bettercap
synced 2025-08-22 06:23:18 -07:00
Create greetings.yml
This commit is contained in:
parent
87b22e1aa4
commit
06094208b2
1 changed files with 21 additions and 0 deletions
21
.github/workflows/greetings.yml
vendored
Normal file
21
.github/workflows/greetings.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
- name: Cache
|
||||
uses: actions/cache@v1.1.2
|
||||
with:
|
||||
# A directory to store and save the cache
|
||||
path:
|
||||
# An explicit key for restoring and saving the cache
|
||||
key:
|
||||
# An ordered list of keys to use for restoring the cache if no cache hit occurred for key
|
||||
restore-keys: # optionalname: Greetings
|
||||
|
||||
on: [pull_request, issues]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Message that will be displayed on users'' first issue'
|
||||
pr-message: 'Message that will be displayed on users'' first pr'
|
Loading…
Add table
Add a link
Reference in a new issue