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 ed7c11e commit 3cb51deCopy full SHA for 3cb51de
.github/workflows/issueSnapshot.yml
@@ -11,6 +11,7 @@ jobs:
11
run: |
12
gh issue list -R $GITHUB_REPOSITORY --limit 1000 --search "is:issue is:open sort:reactions-+1-desc" --json number,url,reactionGroups,title,labels > $REPO.$(date +"%Y-%m-%d").json
13
env:
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
REPO: ${{ github.event.repository.name }}
16
- name: Save artifacts
17
uses: actions/upload-artifact@v3
0 commit comments