Skip to content

Commit 6891017

Browse files
Update comment-on-dormant-discussions.yml
1 parent 0c9f7b8 commit 6891017

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
name: Comment on dormant discussions
1+
# name: Comment on dormant discussions
22

3-
on:
4-
workflow_dispatch:
5-
schedule:
6-
# At 03:23 every day
7-
- cron: '23 3 * * *'
3+
# on:
4+
# workflow_dispatch:
5+
# schedule:
6+
# # At 03:23 every day
7+
# - cron: '23 3 * * *'
88

9-
jobs:
10-
build:
11-
runs-on: ubuntu-latest
12-
permissions:
13-
contents: read
14-
discussions: write
15-
steps:
16-
- name: Checkout Repository
17-
uses: actions/checkout@v4
9+
# jobs:
10+
# build:
11+
# runs-on: ubuntu-latest
12+
# permissions:
13+
# contents: read
14+
# discussions: write
15+
# steps:
16+
# - name: Checkout Repository
17+
# uses: actions/checkout@v4
1818

19-
- name: Set up Ruby
20-
uses: ruby/setup-ruby@v1
19+
# - name: Set up Ruby
20+
# uses: ruby/setup-ruby@v1
2121

22-
- name: Bundle install
23-
run: bundle install
22+
# - name: Bundle install
23+
# run: bundle install
2424

25-
- name: Comment on discussions
26-
run: .github/actions/comment
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
# - name: Comment on discussions
26+
# run: .github/actions/comment
27+
# env:
28+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)