|
1 |
| -# |
2 |
| -# First Interaction action |
3 |
| -# See: https://github.com/actions/first-interaction |
4 |
| -# |
5 |
| -name: 'First IPDK interaction' |
| 1 | +name: 'First Interaction' |
| 2 | + |
6 | 3 | on:
|
7 |
| - pull_request: |
8 |
| - branches: [ main ] |
9 | 4 | issues:
|
10 | 5 | types: [ opened ]
|
11 |
| -steps: |
12 |
| -- uses: actions/first-interaction@v1 |
13 |
| - with: |
14 |
| - repo-token: ${{ secrets.GITHUB_TOKEN }} |
15 |
| - issue-message: | |
16 |
| - # Thank You For Opening Your First Issue With the IPDK Project |
| 6 | + pull_request: |
| 7 | + branches: [ main ] |
| 8 | + |
| 9 | + workflow_dispatch: |
17 | 10 |
|
18 |
| - Just a note to point you at some helpful information: |
| 11 | +jobs: |
| 12 | + linux: |
| 13 | + runs-on: ubuntu-latest |
| 14 | + steps: |
| 15 | + - uses: actions/first-interaction@v1 |
| 16 | + with: |
| 17 | + repo-token: ${{ secrets.GITHUB_TOKEN }} |
| 18 | + issue-message: | |
| 19 | + # Thank You For Opening Your First Issue With the IPDK Project |
19 | 20 |
|
20 |
| - * Please make sure to read our [contributing guidelines](https://github.com/ipdk-io/ipdk/blob/main/CONTRIBUTING.md). |
21 |
| - * Feel free to review the list of [IPDK maintainers](https://github.com/ipdk-io/ipdk/blob/main/MAINTAINERS.md) if you need specific help from a maintainer. |
| 21 | + Some notes to point you at some helpful information: |
22 | 22 |
|
23 |
| - pr-message: | |
24 |
| - # Thank You For Opening Your First Pull Request With the IPDK Project |
| 23 | + * Please make sure to read our [contributing guidelines](https://github.com/ipdk-io/ipdk/blob/main/CONTRIBUTING.md). |
| 24 | + * Feel free to review the list of [IPDK maintainers](https://github.com/ipdk-io/ipdk/blob/main/MAINTAINERS.md) if you need specific help from a maintainer. |
25 | 25 |
|
26 |
| - Just a note to point you at some helpful information: |
| 26 | + pr-message: | |
| 27 | + # Thank You For Opening Your First Pull Request With the IPDK Project |
27 | 28 |
|
28 |
| - * Please make sure to read our [contributing guidelines](https://github.com/ipdk-io/ipdk/blob/main/CONTRIBUTING.md). |
29 |
| - * Feel free to review the list of [IPDK maintainers](https://github.com/ipdk-io/ipdk/blob/main/MAINTAINERS.md) if you need specific help from a maintainer. |
30 |
| - * You can find the yaml for our CI jobs [here](https://github.com/ipdk-io/ipdk/tree/main/.github/workflows). |
| 29 | + Some notes to point you at some helpful information: |
31 | 30 |
|
32 |
| -runs: |
33 |
| - using: 'docker' |
34 |
| - image: 'Dockerfile' |
| 31 | + * Please make sure to read our [contributing guidelines](https://github.com/ipdk-io/ipdk/blob/main/CONTRIBUTING.md). |
| 32 | + * Feel free to review the list of [IPDK maintainers](https://github.com/ipdk-io/ipdk/blob/main/MAINTAINERS.md) if you need specific help from a maintainer. |
| 33 | + * You can find the yaml for our CI jobs [here](https://github.com/ipdk-io/ipdk/tree/main/.github/workflows). |
0 commit comments