Skip to content

chore(sync): synced file(s) with dgibbs64/repo-sync#4949

Open
dgibbs64 wants to merge 1 commit into
developfrom
repo-sync/develop
Open

chore(sync): synced file(s) with dgibbs64/repo-sync#4949
dgibbs64 wants to merge 1 commit into
developfrom
repo-sync/develop

Conversation

@dgibbs64

Copy link
Copy Markdown
Member

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

Please review each changed file before merging to ensure the changes are expected.

Changed files
  • synced local directory .github/ with remote directory general/.github/

This PR was created automatically by the repo-file-sync-action workflow run #29958123476

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.
@dgibbs64 dgibbs64 added the sync label Jul 22, 2026
Copilot AI review requested due to automatic review settings July 22, 2026 21:15
@dgibbs64 dgibbs64 added the sync label Jul 22, 2026
@dgibbs64 dgibbs64 self-assigned this Jul 22, 2026
@github-actions github-actions Bot added the type: chore Maintenance or housekeeping pull request label Jul 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sync type: chore Maintenance or housekeeping pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants