Skip to content

Commit

Permalink
Remove triage for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Aug 4, 2023
1 parent cf3fc5f commit 6f0dbb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: Triage New Issues
on:
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
triage:
name: Triage New Issues
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Add "needs/triage" label
Expand Down

0 comments on commit 6f0dbb8

Please sign in to comment.