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 653c5c5 commit 59aaff4Copy full SHA for 59aaff4
2 files changed
.github/workflows/lock.yml
@@ -0,0 +1,23 @@
1
+---
2
+name: lock
3
+
4
+"on":
5
+ schedule:
6
+ - cron: "0 0 * * *"
7
+ workflow_dispatch:
8
9
+permissions:
10
+ issues: write
11
+ pull-requests: write
12
13
+concurrency:
14
+ group: lock
15
16
+jobs:
17
+ execute:
18
+ runs-on: ubuntu-latest
19
20
+ steps:
21
+ - uses: dessant/lock-threads@v4
22
23
+...
.github/workflows/react.yml
@@ -0,0 +1,31 @@
+name: react
+ issue_comment:
+ types:
+ - created
+ - edited
+ pull_request_review_comment:
+ actions: write
+ group: react
24
25
26
27
28
29
+ - uses: dessant/reaction-comments@v3
30
31
0 commit comments