Skip to content

Commit

Permalink
Merge pull request #152 from Gyanthakur/Gyanthakur-patch-9
Browse files Browse the repository at this point in the history
Update assign-user.yml
  • Loading branch information
Gyanthakur authored Oct 6, 2024
2 parents 4cb861b + 70f0888 commit 1acb122
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/workflows/assign-user.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Author Assign'

on:
push:
branches: ['**'] # Matches all branches
push:
branches: ['**'] # Trigger on push for all branches
pull_request:
branches: ['**'] # Trigger on pull requests for all branches
branches: ['**'] # Trigger on pull requests for all branches
types: [opened, reopened]
issues:
types: [opened, reopened]
Expand All @@ -15,5 +15,25 @@ jobs:
steps:
- uses: toshimaru/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
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 }}'

0 comments on commit 1acb122

Please sign in to comment.