Bump devops-actions/action-get-tag from 3a492bc59fd26f3c3b63273bee4e01ea6fbd764c to a31b3a26c4409e47d057bd3aa778adb764ba3065 in /.github/workflows #342
Workflow file for this run
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 | |
on: | |
issues: | |
types: [opened, edited, labeled, unlabeled] | |
pull_request: | |
types: [opened, edited, labeled, unlabeled] | |
permissions: | |
contents: none | |
issues: write | |
pull-requests: write | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/auto-assign@67fafa03df61d7e5f201734a2fa60d1ab111880d #v3.0.2 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
reviewers: rajbos | |
assignees: rajbos | |
skipKeywords: wip, draft |