Skip to content

Commit 601e9db

Browse files
committed
removed test things
1 parent 0527fd1 commit 601e9db

2 files changed

Lines changed: 0 additions & 116 deletions

File tree

.github/workflows/claude-issue-triage.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ on:
2727
description: "Issue number to triage"
2828
required: true
2929
type: string
30-
# TEMP (remove before merging): lets this branch's version run from a PR so it
31-
# can be tested without first landing on the default branch. `pull_request`
32-
# runs the head branch's workflow file and is a supported event for
33-
# claude-code-action (unlike `push`). Targets the hardcoded test issue below.
34-
pull_request:
35-
types: [opened, synchronize, reopened]
3630

3731
permissions:
3832
contents: read
@@ -44,7 +38,6 @@ jobs:
4438
# Triage on: a newly opened issue, a `/triage` command from a maintainer
4539
# (not on pull requests), or a manual dispatch.
4640
if: >-
47-
github.event_name == 'pull_request' ||
4841
github.event_name == 'workflow_dispatch' ||
4942
github.event_name == 'issues' ||
5043
(github.event_name == 'issue_comment' &&
@@ -78,9 +71,6 @@ jobs:
7871
# issue that triggered the event (opened issue or commented issue).
7972
ISSUE="${INPUT_ISSUE:-}"
8073
[ -z "$ISSUE" ] && ISSUE="${EVENT_ISSUE:-}"
81-
# TEMP (remove before merging): fallback for `pull_request` test runs,
82-
# which carry no issue number.
83-
[ -z "$ISSUE" ] && ISSUE="2846"
8474
if [ -z "$ISSUE" ]; then
8575
echo "::error::no issue number — pass issue_number or trigger on issues/issue_comment"
8676
exit 1

.github/workflows/triage-source-map-drift.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)