aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2021-01-05 11:27:48 +0000
committerPhilip Herron <herron.philip@googlemail.com>2021-01-06 10:03:06 +0000
commit4d590e5d210492444c4a2b69282970d683cf7c8d (patch)
tree014ed88405b4678d0cb3bb59440cf8f3a451eb77
parent36ebe9a0380694c8517536eb37c7134f1323a30b (diff)
downloadgcc-4d590e5d210492444c4a2b69282970d683cf7c8d.zip
gcc-4d590e5d210492444c4a2b69282970d683cf7c8d.tar.gz
gcc-4d590e5d210492444c4a2b69282970d683cf7c8d.tar.bz2
Create new Greetings automation on github
This should make sure people are aware about copyright assignment on their first PR.
-rw-r--r--.github/workflows/greetings.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
new file mode 100644
index 0000000..556e584
--- /dev/null
+++ b/.github/workflows/greetings.yml
@@ -0,0 +1,13 @@
+name: 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: 'Thanks for your contribution fellow Rustacean'
+ pr-message: 'Thanks for your contribution, please be aware that this project is destined to be upstreamed to GCC. This will require copyright assignment, see https://gcc.gnu.org/contribute.html'