feat: add task type to ID generation for Standard and PersistentCache tasks #53
Workflow file for this run
This file contains hidden or 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: | |
pull_request_target: | |
types: [opened, reopened, ready_for_review] | |
permissions: | |
pull-requests: write | |
jobs: | |
add-assignee: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/auto-assign-action@7ae38e468e64dec0af17820972bc4915aa511ec2 |