Skip to content

Commit 18dc9ec

Browse files
committed
Disabled greeting message for PR as it is broken for now (thanks github...)
1 parent 84d1127 commit 18dc9ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/greetings.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Greetings
22

3-
on: [pull_request, issues]
3+
# on: [pull_request, issues] Not working ATM due to lack of permissions error: https://github.com/actions/first-interaction/issues/10
4+
on: [issues]
45

56
jobs:
67
greeting:

0 commit comments

Comments
 (0)