Merge pull request #152 from Gyanthakur/Gyanthakur-patch-9 #51
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: 'Author Assign' | |
on: | |
push: | |
branches: ['**'] # Trigger on push for all branches | |
pull_request: | |
branches: ['**'] # Trigger on pull requests for all branches | |
types: [opened, reopened] | |
issues: | |
types: [opened, reopened] | |
jobs: | |
assign-author: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: toshimaru/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
# name: 'Author Assign' | |
# on: | |
# push: | |
# branches: ['**'] # Matches all branches | |
# pull_request: | |
# branches: ['**'] # Trigger on pull requests for all branches | |
# types: [opened, reopened] | |
# issues: | |
# types: [opened, reopened] | |
# jobs: | |
# assign-author: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: toshimaru/[email protected] | |
# with: | |
# repo-token: '${{ secrets.GITHUB_TOKEN }}' | |