Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
switch the org for github-action-check-linked-issues (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
bredikhin committed Mar 31, 2023
1 parent 4664cbb commit 05623d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-linked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ jobs:
check_pull_requests:
runs-on: ubuntu-latest
name: Check linked issues
permissions:
issues: write
steps:
- uses: nearform/github-action-check-linked-issues@v1
- uses: nearform-actions/github-action-check-linked-issues@v1
id: check-linked-issues
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude-branches: "release/**, dependabot/**"

0 comments on commit 05623d9

Please sign in to comment.