Skip to content

Commit

Permalink
Merge branch 'MangoRageBot:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Asbestosstar authored May 8, 2024
2 parents b001559 + a5c8a8d commit 71b6a72
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/assign_reviewers.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: 'Auto Assign'
name: Auto Assign
on:
issues:
types: [opened, edited, labeled, unlabeled]
pull_request:
types: [opened, ready_for_review]

types: [opened, edited, labeled, unlabeled]
jobs:
addreviewers:
run:
runs-on: ubuntu-latest
steps:
- name: Add Reviewers
uses: madrapps/add-reviewers@v1
- uses: wow-actions/auto-assign@v3
with:
token: ${{ secrets.GHT }}
reviewers: PaintNinja, RealMangoRage
re-request-when-approved: true
re-request-when-changes-requested: true
GITHUB_TOKEN: ${{ secrets.GHT }}
reviewers: |
PaintNinja
RealMangoRage
assignees: PaintNinja, RealMangoRage
skipKeywords: wip, draft

0 comments on commit 71b6a72

Please sign in to comment.