Skip to content

Commit

Permalink
Merge pull request #937 from nextcloud/automated/noid/stable26-fix-np…
Browse files Browse the repository at this point in the history
…m-audit
  • Loading branch information
Pytal authored Jul 21, 2023
2 parents a006037 + 8dbdc95 commit ceaff2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization

name: Pull request checks
name: Block fixup and squash commits

on:
pull_request:
types: [opened, ready_for_review, reopened]
types: [opened, ready_for_review, reopened, synchronize]

permissions:
contents: read
Expand All @@ -28,6 +28,6 @@ jobs:

steps:
- name: Run check
uses: xt0rted/block-autosquash-commits-action@79880c36b4811fe549cfffe20233df88876024e7 # v2
uses: skjnldsv/block-fixup-merge-action@42d26e1b536ce61e5cf467d65fb76caf4aa85acf # v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceaff2e

Please sign in to comment.