From cccd6409d90c9460d80892e83e6d18d72dc27f62 Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:13:06 -0700 Subject: [PATCH] [CI] Update github-issues-monitor.yml (#18504) ## Description This somehow got broken, just remove unneeded stuff. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: --- .github/workflows/github-issues-monitor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-issues-monitor.yml b/.github/workflows/github-issues-monitor.yml index 804b3a3c820c6..72ccfb5778f29 100644 --- a/.github/workflows/github-issues-monitor.yml +++ b/.github/workflows/github-issues-monitor.yml @@ -1,10 +1,8 @@ -name: GitHub Issues and External PRs Monitor +name: GitHub Issues Monitor on: issues: types: [opened] - pull_request_target: - types: [opened] jobs: notify-issues: