Skip to content

Commit

Permalink
chore: standardize workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 20, 2024
1 parent 1e158bc commit 1c2a802
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .github/weekly-digest.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "create reminder"
name: Issue Comment (Reminder)

on:
issue_comment:
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/notfound.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pull_request.redirects.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request Events (Redirects)
name: Pull Request (Redirects)

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request Events
name: Pull Request (TypeScript)

on: pull_request

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Scheduled
name: Schedule (Reminder)

on:
schedule:
- cron: "0 9-17/2 * * 1-5"
- cron: '0 9-17/2 * * 1-5'
workflow_dispatch:

permissions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Lock threads'
name: Schedule (Lock Threads)

on:
schedule:
Expand Down

0 comments on commit 1c2a802

Please sign in to comment.