Merge pull request #156 from SinghaAnirban005/enhance #58
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: ['**'] # Matches all branches | ||
pull_request: | ||
branches: ['**'] # Trigger on pull requests for all branches | ||
types: [opened, reopened] | ||
issues: | ||
types: [opened, reopened] | ||
permissions: | ||
pull-requests: write # Ensure permissions are granted for pull requests | ||
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 }}' | ||