diff --git a/.github/workflows/crucible-ci.yaml b/.github/workflows/crucible-ci.yaml index eb47588..eb4a04a 100644 --- a/.github/workflows/crucible-ci.yaml +++ b/.github/workflows/crucible-ci.yaml @@ -13,7 +13,7 @@ jobs: changes: runs-on: ubuntu-latest outputs: - only-docs: ${{ steps.filter.outputs.only_changed }} + only-docs: ${{ steps.filter.outputs.only_modified }} steps: - uses: actions/checkout@v4 - id: filter diff --git a/.github/workflows/fork-check.yaml b/.github/workflows/fork-check.yaml index 2934d35..261f072 100644 --- a/.github/workflows/fork-check.yaml +++ b/.github/workflows/fork-check.yaml @@ -2,7 +2,11 @@ name: fork-check on: pull_request_target: - types: [opened, reopened] + types: [opened, reopened, synchronize, edited] + +permissions: + issues: write + pull-requests: write jobs: block-fork-pr: