We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea3862 commit 997a43dCopy full SHA for 997a43d
.github/workflows/greetings.yml
@@ -0,0 +1,14 @@
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: 'Welcome to HTTPSRedirect! Please provide enough info to debug the issue.'
13
+ pr-message: 'Welcome to HTTPSRedirect! Please stick to coding style and good programming practices.'
14
0 commit comments