diff --git a/.github/release-draft-config-n-1.yml b/.github/release-draft-config-n-1.yml index dd2f73f..8609c62 100644 --- a/.github/release-draft-config-n-1.yml +++ b/.github/release-draft-config-n-1.yml @@ -20,7 +20,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' -commitish: refs/heads/release/202208 +commitish: refs/heads/release/202302 filter-by-commitish: true template: | diff --git a/.github/release-draft-config-n.yml b/.github/release-draft-config-n.yml index 8609c62..fcf38ac 100644 --- a/.github/release-draft-config-n.yml +++ b/.github/release-draft-config-n.yml @@ -20,7 +20,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' -commitish: refs/heads/release/202302 +commitish: refs/heads/release/202311 filter-by-commitish: true template: | diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index fa43406..b745950 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -29,5 +29,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.8 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index dc4b1fe..d3d61c7 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -32,5 +32,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.8 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index f3b2367..61c69e7 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -23,4 +23,4 @@ jobs: contents: read issues: write - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.8 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index f5706cc..27cbdfa 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -36,4 +36,4 @@ jobs: contents: read pull-requests: write - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.8 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index c551f40..6d3e8a1 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -28,4 +28,4 @@ jobs: permissions: issues: write - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.8 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 45c294c..aeb24c0 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -23,7 +23,7 @@ name: Update Release Draft on: push: branches: - - release/202302 + - release/202311 jobs: draft: @@ -32,5 +32,5 @@ jobs: contents: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.8 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index eaa5419..bd8d762 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,4 @@ jobs: issues: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.8 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 3d0636e..30461ee 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -23,4 +23,4 @@ jobs: permissions: issues: write - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.1 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.8