Skip to content

Commit

Permalink
chore: rename label related workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Dec 24, 2023
1 parent a3fca06 commit 80e95eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Meta Sync labels"
name: "Label Sync"

on:
workflow_dispatch:
Expand All @@ -8,8 +8,8 @@ on:
paths: [".github/labels.yaml"]

jobs:
labels:
name: Sync Labels
label-sync:
name: Label Sync
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Meta Labeler"
name: "Labeler"

on:
workflow_dispatch:
Expand Down

0 comments on commit 80e95eb

Please sign in to comment.