Skip to content

Commit 66d2965

Browse files
authored
Create greetings.yml
1 parent d3db54d commit 66d2965

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/greetings.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Greetings
2+
3+
on: [pull_request, issues]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/first-interaction@v1
10+
with:
11+
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
issue-message: '*Welcome to the Bisq project!*\n Thanks for taking the time to create this issue. Issues will be reviewed by the maintainers and labeled and assigned for further blablab.'
13+
pr-message: '*Welcome to the Bisq project!*\n Please make yourself familiar with our [contributor checklist](https://docs.bisq.network/contributor-checklist.html) and check any issues that are found by *Travis* or *Codacy* running basic checks on your contribution. Especially check that all your commits are signed and you applied the Bisq code style and formatting.\n Not all contributions are also up for compensation right now in the Bisq DAO. Everything labeled with `is:priority` is up for compensation everything marked with `is:no-priority` or no label is not compensated right now. Please checkout our [blog post](https://bisq.network/blog/cycle-8-results/) on cycle budgets for more details.'

0 commit comments

Comments
 (0)