mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows: do not update tags when editing an issue
This doesn't work well?
This commit is contained in:
parent
3eff8bcfa3
commit
0bd2030be7
2
.github/workflows/issue-labeler.yml
vendored
2
.github/workflows/issue-labeler.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: "Issue Labeler"
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
|
Loading…
Reference in New Issue
Block a user