Skip to content

Commit

Permalink
Create repo-moderator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c4-bot-1 committed Oct 25, 2024
1 parent 0fafcb7 commit 7e72ec9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/repo-moderator.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Repo Moderator

on:
issues:
types: [labeled, unlabeled, closed, reopened, assigned, unassigned]
issues:
types: [labeled, unlabeled, closed, reopened, assigned, unassigned]
pull_request:
types: [closed, reopened, assigned, unassigned]

jobs:
revert-action:
if: ${{ !startsWith(github.actor, 'C4-') }} && ${{ !startsWith(github.actor, 'c4-') }} && github.actor != 'howlbot-integration'
if: github.actor != 'howlbot-integration' && !startsWith(github.actor, 'C4-') && !startsWith(github.actor, 'c4-')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Revert Label Changes
- name: Revert label changes
uses: code-423n4/repo-moderator@main
with:
github-token: ${{ secrets.ACTIONS_TOKEN }}
sponsor-team-slug: "2024-09-kakarot-sponsors"
allowed-labels: "sponsor confirmed, sponsor disputed, sponsor acknowledged"
allowed-labels: "sponsor confirmed, sponsor disputed, sponsor acknowledged, critical"

0 comments on commit 7e72ec9

Please sign in to comment.