File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments