Skip to content

Commit

Permalink
Merge pull request #877 from e-m-b-a/m-1-k-3-patch-2
Browse files Browse the repository at this point in the history
Create first_interaction.yml
  • Loading branch information
BenediktMKuehne committed Nov 10, 2023
2 parents bc8f63e + 2c18490 commit 50bbc2a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/first_interaction.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: First interaction

on:
- pull_request_target
- issues

jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write

steps:
- uses: actions/first-interaction@v1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
issue-message: |
Thank you for contributing an issue!
**Welcome to the EMBA firmware analysis community!**
We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines [here](https://github.com/e-m-b-a/emba/blob/master/CONTRIBUTING.md) and [here](https://github.com/e-m-b-a/emba/blob/master/CONTRIBUTORS.md).
Also, please check [existing open issues](https://github.com/e-m-b-a/emba/issues) and consider to open a discussion in the dedicated [discussion area](https://github.com/e-m-b-a/emba/discussions).
Additionally, we have collected a lot of details around EMBA, the installation and the usage of EMBA in our [Wiki](https://github.com/e-m-b-a/emba/wiki).
This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it.
pr-message: |
Thank you for contributing a pull request!
**Welcome to the EMBA firmware analysis community!**
We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines [here](https://github.com/e-m-b-a/emba/blob/master/CONTRIBUTING.md) and [here](https://github.com/e-m-b-a/emba/blob/master/CONTRIBUTORS.md).
Also, please check [existing open issues](https://github.com/e-m-b-a/emba/issues) and consider to open a discussion in the dedicated [discussion area](https://github.com/e-m-b-a/emba/discussions).
Additionally, we have collected a lot of details around EMBA, the installation and the usage of EMBA in our [Wiki](https://github.com/e-m-b-a/emba/wiki).
This is an automatic message. Allow for time for the EMBA community to be able to read the pull request and comment on it.

0 comments on commit 50bbc2a

Please sign in to comment.