Skip to content

Commit

Permalink
chore: change event in other workflows using secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Jan 25, 2024
1 parent afe1aa3 commit 1079fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maintainer_management.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Maintainer Management Workflow

on:
pull_request:
pull_request_target:
types: [closed]
paths:
- 'MAINTAINERS.yaml'
Expand Down Expand Up @@ -267,4 +267,4 @@ jobs:
SLACK_WEBHOOK: ${{secrets.SLACK_CI_FAIL_NOTIFY}}
SLACK_TITLE: 🚨 Maintainer Management Workflow failed 🚨
SLACK_MESSAGE: Failed to post a message to new Maintainer
MSG_MINIMAL: true
MSG_MINIMAL: true
2 changes: 1 addition & 1 deletion .github/workflows/tsc_management.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TSC Management Workflow

on:
pull_request:
pull_request_target:
types: [closed]
paths:
- 'MAINTAINERS.yaml'
Expand Down

0 comments on commit 1079fd7

Please sign in to comment.