Skip to content

Commit 7d65694

Browse files
authored
Comment update-issue-remaining-days.yml (#15066)
1 parent 550d45a commit 7d65694

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/update-issue-remaining-days.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
# TO-DO
2+
# This is not working currently as expected, we need to query graphQL APIs directly to get more data as CLI has it's limitations.
3+
# Future work: use gh api graphql -f query='...'
14
name: Auto-Set Remaining Days to 0 on Issue Closed
25

36
on:
4-
issues:
5-
types: [closed]
7+
workflow_dispatch:
8+
# issues:
9+
# types: [closed]
610

711
jobs:
812
update_remaining_days:
13+
if: false # Ensures job won't run even if manually triggered
914
runs-on: ubuntu-latest
1015
steps:
1116
- name: Checkout repo

0 commit comments

Comments
 (0)