fix: attach file information into message metadata for a quick retrieval #1498
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
# Auto assign author, tags, and reviewers to pull requests | |
name: "Auto Assign Author" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
assign-author: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: toshimaru/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |