Seeding Report Page - Fix timing of report disappearing when new dates selected #73
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Allow anyone to self-assign an issue" | |
on: [issue_comment] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: bhermann/[email protected] | |
with: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |