diff --git a/.gitea/workflows/committed.yaml b/.gitea/workflows/committed.yaml new file mode 100644 index 0000000..80c0fd7 --- /dev/null +++ b/.gitea/workflows/committed.yaml @@ -0,0 +1,20 @@ +name: Committed +on: + pull_request: + +concurrency: + group: "${{ github.workflow }}-${{ github.ref }}" + cancel-in-progress: true + +jobs: + committed: + name: committed + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + with: + fetch-depth: 0 + - uses: crate-ci/committed@master + with: + commits: "${{ gitea.base_ref }}..${{ gitea.ref }}" + args: "-vvvv --no-merge-commit"