Bump @typescript-eslint/parser from 5.7.0 to 8.15.0 #1660
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/slash-command-dispatch@v2.3.0 | |
with: | |
token: ${{ secrets.GH_P_TOKEN }} # Må ha PAT for å sjekke tilgang for denne actionen.. Bytte? | |
commands: promote # matcher repository dispatch med navent 'promote-command' | |
issue-type: issue | |
allow-edits: true |