Loading .github/workflows/backport.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ permissions: {} jobs: backport: name: Backport Pull Request if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event.action != 'labeled' || startsWith(github.event.label.name, 'backport')) if: vars.NIXPKGS_CI_APP_ID && github.event.pull_request.merged == true && (github.event.action != 'labeled' || startsWith(github.event.label.name, 'backport')) runs-on: ubuntu-24.04-arm steps: # Use a GitHub App to create the PR so that CI gets triggered Loading .github/workflows/check-cherry-picks.yml +3 −1 Original line number Diff line number Diff line name: "Check cherry-picks" on: pull_request: paths: - .github/workflows/check-cherry-picks.yml pull_request_target: branches: - 'release-**' Loading @@ -13,7 +16,6 @@ jobs: check: name: cherry-pick-check runs-on: ubuntu-24.04-arm if: github.repository_owner == 'NixOS' steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: Loading .github/workflows/check-format.yml +3 −0 Original line number Diff line number Diff line name: Check that files are formatted on: pull_request: paths: - .github/workflows/check-format.yml pull_request_target: types: [opened, synchronize, reopened, edited] Loading .github/workflows/check-shell.yml +3 −0 Original line number Diff line number Diff line name: "Check shell" on: pull_request: paths: - .github/workflows/check-shell.yml pull_request_target: paths: - 'shell.nix' Loading .github/workflows/codeowners-v2.yml +7 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,9 @@ name: Codeowners v2 on: pull_request: paths: - .github/workflows/codeowners-v2.yml pull_request_target: types: [opened, ready_for_review, synchronize, reopened, edited] Loading Loading @@ -64,6 +67,7 @@ jobs: run: nix-build base/ci -A codeownersValidator - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 if: vars.OWNER_RO_APP_ID id: app-token with: app-id: ${{ vars.OWNER_RO_APP_ID }} Loading @@ -77,6 +81,7 @@ jobs: path: pr - name: Validate codeowners if: steps.app-token.outputs.token run: result/bin/codeowners-validator env: OWNERS_FILE: pr/${{ env.OWNERS_FILE }} Loading @@ -99,6 +104,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 if: vars.OWNER_APP_ID id: app-token with: app-id: ${{ vars.OWNER_APP_ID }} Loading @@ -111,6 +117,7 @@ jobs: run: nix-build ci -A requestReviews - name: Request reviews if: steps.app-token.outputs.token run: result/bin/request-code-owner-reviews.sh ${{ github.repository }} ${{ github.event.number }} "$OWNERS_FILE" env: GH_TOKEN: ${{ steps.app-token.outputs.token }} Loading
.github/workflows/backport.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ permissions: {} jobs: backport: name: Backport Pull Request if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event.action != 'labeled' || startsWith(github.event.label.name, 'backport')) if: vars.NIXPKGS_CI_APP_ID && github.event.pull_request.merged == true && (github.event.action != 'labeled' || startsWith(github.event.label.name, 'backport')) runs-on: ubuntu-24.04-arm steps: # Use a GitHub App to create the PR so that CI gets triggered Loading
.github/workflows/check-cherry-picks.yml +3 −1 Original line number Diff line number Diff line name: "Check cherry-picks" on: pull_request: paths: - .github/workflows/check-cherry-picks.yml pull_request_target: branches: - 'release-**' Loading @@ -13,7 +16,6 @@ jobs: check: name: cherry-pick-check runs-on: ubuntu-24.04-arm if: github.repository_owner == 'NixOS' steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: Loading
.github/workflows/check-format.yml +3 −0 Original line number Diff line number Diff line name: Check that files are formatted on: pull_request: paths: - .github/workflows/check-format.yml pull_request_target: types: [opened, synchronize, reopened, edited] Loading
.github/workflows/check-shell.yml +3 −0 Original line number Diff line number Diff line name: "Check shell" on: pull_request: paths: - .github/workflows/check-shell.yml pull_request_target: paths: - 'shell.nix' Loading
.github/workflows/codeowners-v2.yml +7 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,9 @@ name: Codeowners v2 on: pull_request: paths: - .github/workflows/codeowners-v2.yml pull_request_target: types: [opened, ready_for_review, synchronize, reopened, edited] Loading Loading @@ -64,6 +67,7 @@ jobs: run: nix-build base/ci -A codeownersValidator - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 if: vars.OWNER_RO_APP_ID id: app-token with: app-id: ${{ vars.OWNER_RO_APP_ID }} Loading @@ -77,6 +81,7 @@ jobs: path: pr - name: Validate codeowners if: steps.app-token.outputs.token run: result/bin/codeowners-validator env: OWNERS_FILE: pr/${{ env.OWNERS_FILE }} Loading @@ -99,6 +104,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 if: vars.OWNER_APP_ID id: app-token with: app-id: ${{ vars.OWNER_APP_ID }} Loading @@ -111,6 +117,7 @@ jobs: run: nix-build ci -A requestReviews - name: Request reviews if: steps.app-token.outputs.token run: result/bin/request-code-owner-reviews.sh ${{ github.repository }} ${{ github.event.number }} "$OWNERS_FILE" env: GH_TOKEN: ${{ steps.app-token.outputs.token }}