diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index f04ee11539..4373bea1e0 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,7 +1,7 @@ name: Bug Report description: File a bug report. title: "[Bug]: " -labels: ["bug", "ready for refinement"] +labels: ["bug", "needs triage"] body: - type: markdown attributes: diff --git a/.github/workflows/docs-build-push.yml b/.github/workflows/docs-build-push.yml index 57d90bbbd2..b8ef5e27cc 100644 --- a/.github/workflows/docs-build-push.yml +++ b/.github/workflows/docs-build-push.yml @@ -23,7 +23,7 @@ permissions: jobs: call-docs-build-push: - uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@d20def4d420028a71f99863011c6de7325c4013e # v1.0.4 + uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@f88844356d32c94be057b60033b3a933bebabf77 # v1.0.5 permissions: pull-requests: write # needed to write preview url comment to PR contents: read