Maintenance for "Update Label Directory" workflow #7563
Labels
Complexity: Small
Take this type of issues after the successful merge of your second good first issue
Feature: Refactor GHA
Refactoring GitHub actions to fit latest architectural norms
role: back end/devOps
Tasks for back-end developers
size: 3pt
Can be done in 13-18 hours
Milestone
Overview
There are minor updates for the "Update Label Directory" workflow, one stops the automation from writing to the "Source of Truth" document when a label update does not change the label name, and the other adds a note to the console.log() for the same update.
Action Items
Change update-label-directory.yml for the latest Google Apps Script deployment. Replace:
with:
Change update-label-directory.js so that the console.log() identifies the label that is being edited. In the
if (labelAction === 'edited' && !context.payload.changes.name)
statement:with:
Although this is a GitHub Action, testing is not required.
Resources/Instructions
update-label-directory.yml
#6968 (comment)The text was updated successfully, but these errors were encountered: