aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2021-05-14 13:01:49 +0100
committerPhilip Herron <philip.herron@embecosm.com>2021-05-14 13:37:08 +0100
commita027e84a7113c6551cda1f79d4af175ab9a68caf (patch)
treec9b5fcbbd5c37b5b731ec999285cf1c6ddbbdf49
parent4d71539414ca4e5edb51556b136b0b5eaee9a084 (diff)
downloadgcc-a027e84a7113c6551cda1f79d4af175ab9a68caf.zip
gcc-a027e84a7113c6551cda1f79d4af175ab9a68caf.tar.gz
gcc-a027e84a7113c6551cda1f79d4af175ab9a68caf.tar.bz2
remove greetings yml
-rw-r--r--.github/workflows/greetings.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml
deleted file mode 100644
index 556e584..0000000
--- a/.github/workflows/greetings.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-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'