fawry 1.0.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- name: Greetings
2
-
3
- on: [pull_request, issues]
4
-
5
- jobs:
6
- greeting:
7
- runs-on: ubuntu-latest
8
- steps:
9
- - uses: actions/first-interaction@v1
10
- with:
11
- repo-token: ${{ secrets.GITHUB_TOKEN }}
12
- issue-message: "Hello, thanks for taking the time to open this issue. We'll get to it as soon as possible."
13
- pr-message: "Hello, thanks for taking the time to open this PR. We'll get to it as soon as possible."