From 6436ac723ce638929c772f509eb3afac1b81d12d Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:31:25 -0400 Subject: [PATCH 1/2] [fix](build): Actions(syntax) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/stale-branches.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale-branches.yml b/.github/workflows/stale-branches.yml index c0abe98b..d4d75364 100644 --- a/.github/workflows/stale-branches.yml +++ b/.github/workflows/stale-branches.yml @@ -6,14 +6,13 @@ on: - cron: '0 2 * * 0' permissions: - read + issues: write + contents: write jobs: stale_branches: runs-on: ubuntu-latest - permissions: - issues: write - contents: write + steps: - name: Stale Branches uses: crs-k/stale-branches@v8.2.2 From 78e721ef8b902c2716a7555c21c888b23f090080 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:35:41 -0400 Subject: [PATCH 2/2] [fix](build): Actions(syntax) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/NewYearUpdateCopyright.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/NewYearUpdateCopyright.yml b/.github/workflows/NewYearUpdateCopyright.yml index 7c4d53d1..fa6e0953 100644 --- a/.github/workflows/NewYearUpdateCopyright.yml +++ b/.github/workflows/NewYearUpdateCopyright.yml @@ -6,13 +6,12 @@ on: #workflow_dispatch: permissions: - reaf + issues: write jobs: create-issue: runs-on: ubuntu-latest - permissions: - issues: write + steps: - name: Create LICENSE update issue uses: peter-evans/create-issue-from-file@v4