Skip to content

Commit 58694ec

Browse files
committed
Fixes from Boris
Signed-off-by: Kyle Mestery <[email protected]>
1 parent f83b772 commit 58694ec

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed
+24-25
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,33 @@
1-
#
2-
# First Interaction action
3-
# See: https://github.com/actions/first-interaction
4-
#
5-
name: 'First IPDK interaction'
1+
name: 'First Interaction'
2+
63
on:
7-
pull_request:
8-
branches: [ main ]
94
issues:
105
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:
1710

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
1920
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:
2222
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.
2525
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
2728
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:
3130
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

Comments
 (0)