⬆️ Bump @babel/traverse from 7.18.5 to 7.23.2 #25
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: Label and Assign PR to assignee and reviewers. | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
automation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign PR to creator | |
uses: thomaseizinger/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Label PR based on branch | |
uses: ffittschen/pr-branch-labeler@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
- name: Assign Review Request to Tokyo | |
uses: kunihiko-t/[email protected] | |
if: github.event.pull_request.user.login != 'a-tokyo' | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
reviewers: "a-tokyo" |