Support durations as both number and string, like k6 does #2
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: "Auto assign maintainer to issue" | |
on: | |
issues: | |
types: [opened] | |
permissions: | |
issues: write | |
jobs: | |
assign-maintainer: | |
uses: grafana/k6/.github/workflows/issue-auto-assign.yml@master |