Small typo on documentation AWS Signature v4 documentation #5
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 |