Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/NewYearUpdateCopyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- cron: '0 5 1 1 *' # Midnight EST on Jan 1 America/New_York
#workflow_dispatch:

permissions: {}
permissions:
reaf

jobs:
create-issue:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name: stale-branches.yml – Delete Stale Branches
on:
#workflow_dispatch: # Manual trigger from GitHub UI
schedule:
- cron: '0 6 * * 0'
- cron: '0 2 * * 0'

permissions: {}
permissions:
read

jobs:
stale_branches:
Expand Down
Loading