chore(sync): synced file(s) with dgibbs64/repo-sync#4949
Open
dgibbs64 wants to merge 1 commit into
Open
Conversation
Synced from dgibbs64/repo-sync@007a1a3 — fix(sync): target LinuxGSM develop branch instead of master master has minimal branch protection (admin bypass), so syncs there landed without review. develop enforces PR review and required checks.
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs GitHub workflow automation from dgibbs64/repo-sync into LinuxGSM, adding repository maintenance workflows under .github/workflows.
Changes:
- Adds a scheduled/manual workflow to update the license year and attempt to merge the resulting PR.
- Adds a workflow to auto-approve and enable auto-merge for Dependabot minor/patch PRs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| .github/workflows/action-update-copyright-years-in-license-file.yml | Introduces scheduled/manual license-year update automation, including a PR merge step. |
| .github/workflows/action-dependabot-automerge.yml | Introduces Dependabot PR auto-approval and auto-merge automation. |
Comment on lines
+8
to
+9
| permissions: | ||
| contents: write |
Comment on lines
+20
to
+29
| - name: Action Update License Year | ||
| uses: FantasticFiasco/action-update-license-year@v3 | ||
| with: | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
| path: LICENSE.md | ||
| - name: Merge pull request | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| run: | | ||
| gh pr merge --merge --delete-branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
synced local file(s) with dgibbs64/repo-sync.
This PR was automatically created by repo-file-sync-action and synced from dgibbs64/repo-sync.
Triggering commit: 007a1a3634394844874d6dc6ebf5f43136f12001
Commit message: fix(sync): target LinuxGSM develop branch instead of master
master has minimal branch protection (admin bypass), so syncs there landed without review. develop enforces PR review and required checks.
Author: dgibbs64
Changed files
.github/with remote directorygeneral/.github/This PR was created automatically by the repo-file-sync-action workflow run #29958123476