diff --git a/.github/workflows/auto-labeler.yaml b/.github/workflows/auto-labeler.yaml index f2482c5f..c52305c8 100644 --- a/.github/workflows/auto-labeler.yaml +++ b/.github/workflows/auto-labeler.yaml @@ -15,7 +15,7 @@ jobs: permissions: contents: read # Required by reusable workflow pull-requests: write # Apply labels to PRs - uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@13d124b245cf85ba41d9dd58d6888979043f1a29 + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@c444c51302c29dd18b5b904565195b0475a25ad0 with: config-name: release-drafter.yml secrets: diff --git a/.github/workflows/pr-title.yaml b/.github/workflows/pr-title.yaml index a30eac36..0fffc565 100644 --- a/.github/workflows/pr-title.yaml +++ b/.github/workflows/pr-title.yaml @@ -17,6 +17,6 @@ jobs: contents: read # Required by reusable workflow pull-requests: read # Read PR title statuses: write # Report lint status - uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@13d124b245cf85ba41d9dd58d6888979043f1a29 + uses: github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@c444c51302c29dd18b5b904565195b0475a25ad0 secrets: github-token: ${{ secrets.GITHUB_TOKEN }}