[backport -> release/3.8.x] chore(ci): fallback to use the starting point of the previous branch for old plugin compatibility test if the first release tag doesn't exist yet #2247
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: Add assignee to PRs | |
on: | |
pull_request: | |
types: [ opened, reopened ] | |
permissions: | |
pull-requests: write | |
jobs: | |
assign-author: | |
runs-on: ubuntu-latest | |
steps: | |
- name: assign-author | |
# ignore the pull requests opened from PR because token is not correct | |
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' | |
uses: toshimaru/auto-author-assign@ebd30f10fb56e46eb0759a14951f36991426fed0 | |