diff --git a/.github/workflows/assign-feedback-to-project.yml b/.github/workflows/label-feedback-from-issue.yml similarity index 96% rename from .github/workflows/assign-feedback-to-project.yml rename to .github/workflows/label-feedback-from-issue.yml index 292c28270..c8591de65 100644 --- a/.github/workflows/assign-feedback-to-project.yml +++ b/.github/workflows/label-feedback-from-issue.yml @@ -1,6 +1,6 @@ # BASED ON https://github.com/WordPress/Documentation-Issue-Tracker/blob/main/.github/workflows/actions-when-commented.yml -name: Label and move feedback to correct project when opened +name: Label feedback to correct project when opened on: issues: types: [opened, edited]