build(deps): bump @actions/github from 5.1.1 to 6.0.0 #272
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 Author Assign | |
on: | |
pull_request_target: | |
# Uncomment if you want to enable auto-author-assign for the issue | |
# issues: | |
# types: [ opened, reopened ] | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
assign-author: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Test toshimaru/auto-author-assign action | |
uses: ./ # Uses an action in the root directory |