Skip to content

Commit 4d66d50

Browse files
committed
disable greetings CI until we fix it
1 parent 38bbb9c commit 4d66d50

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/pr-greetings.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: Greetings Message
1+
# name: Greetings Message
22

3-
on:
4-
pull_request:
5-
types: [opened, synchronize]
3+
# on:
4+
# pull_request:
5+
# types: [opened, synchronize]
66

7-
jobs:
8-
GreetCommitter:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: "Greetings Message"
12-
uses: ibakshay/greet-contributors-action@v3
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
with:
16-
content: |
17-
Hello @${{ github.actor }}! Please remember the following:
7+
# jobs:
8+
# GreetCommitter:
9+
# runs-on: ubuntu-latest
10+
# steps:
11+
# - name: "Greetings Message"
12+
# uses: ibakshay/greet-contributors-action@v3
13+
# env:
14+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
# with:
16+
# content: |
17+
# Hello @${{ github.actor }}! Please remember the following:
1818

19-
- Update the `changelog.rst` if your changes are significant.
20-
- Provide a verbose PR title and description.
21-
- List any GitHub issues that may be closed by this PR.
22-
- Add tests if this PR adds functionality or bugfixes.
23-
- Keep this PR marked as draft until ready for review.
19+
# - Update the `changelog.rst` if your changes are significant.
20+
# - Provide a verbose PR title and description.
21+
# - List any GitHub issues that may be closed by this PR.
22+
# - Add tests if this PR adds functionality or bugfixes.
23+
# - Keep this PR marked as draft until ready for review.
2424

25-
Thank you for your contribution!
25+
# Thank you for your contribution!

0 commit comments

Comments
 (0)