Skip to content

Commit 15e7a99

Browse files
julian-rischclaude
andcommitted
revert: undo accidental changes to project.yml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 542039b commit 15e7a99

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/project.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,8 @@ on:
44
issues:
55
types:
66
- opened
7-
- labeled
87

98
jobs:
10-
add-bug-label:
11-
name: Add bug label on Bug type issues
12-
runs-on: ubuntu-slim
13-
if: >
14-
github.event.issue.type.name == 'Bug' &&
15-
(
16-
github.event.action == 'opened' ||
17-
contains(fromJSON('["P0", "P1", "P2", "P3"]'), github.event.label.name)
18-
)
19-
steps:
20-
- name: Add bug label
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
run: gh issue edit ${{ github.event.issue.html_url }} --add-label "bug"
24-
259
add-to-project:
2610
name: Add new issues to project for triage
2711
runs-on: ubuntu-slim

0 commit comments

Comments
 (0)