Mer robust lesing fra strømmer, gjør retry ved antatt transient feil #887
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: Slash command dispatch | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
dispatcher: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Slash command dispatch | |
uses: peter-evans/[email protected] | |
with: | |
token: ${{ secrets.LOS_TOKEN }} | |
commands: promote | |
issue-type: issue | |
allow-edits: true |