Skip to content

Commit

Permalink
refactor: batch update of project dependencies and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Jan 31, 2024
1 parent 8d38668 commit 29fc382
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-01-26T16:10:21.498037074Z",
"version": "1.2.4",
"generated_at": "2024-01-31T13:11:40.702488141Z",
"version": "1.2.5",
"files": [
{
"path": ".editorconfig"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/autoassign.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'add-reviews'
name: add-reviews
on:
pull_request_target:
types: [opened, ready_for_review]
Expand All @@ -8,6 +8,5 @@ jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.6

- uses: kentaro-m/auto-assign-action@v2.0.0
...
4 changes: 2 additions & 2 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: release-notification

on:
Expand All @@ -20,5 +21,4 @@ jobs:
Actor: ${{ github.actor }}
Repository: ${{ github.repository }}
Check it out: ${{ github.event.release.html_url }}
...
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: stale-issues-and-prs
'on':
name: stale-issues-prs-branches
on:
schedule:
- cron: 0 0/3 * * *
- cron: 0 0/6 * * *
jobs:
label-issues:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish-release-tag

on:
schedule:
- cron: '0 0 * * 0,1,3,5' # At 00:00 (12 AM) on Sunday, Monday, Wednesday, and Friday
- cron: '0 12 * * 5' # At 12:00 (12 PM) every Friday

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -65,5 +65,4 @@ jobs:
else
echo "No new commits since last tag. Skipping tag push. ($new_tag)"
fi
...

0 comments on commit 29fc382

Please sign in to comment.