Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross committed Jul 26, 2024
1 parent 3d5dfdc commit b51adf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/scripts/manage_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def delete_label_in_dest_repo(label_name):
else:
print("Failed")

print(EVENT_TYPE)

if EVENT_TYPE == "edited":
dest_label = get_label_in_repo(NAME, DEST_REPO)
local_label = get_label_in_repo(NEW_NAME, GH_REPO)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
label:
types: [edited, deleted]
jobs:
update-front:
update-label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit b51adf5

Please sign in to comment.