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: "origin/${{ gitea.base_ref }}..HEAD" args: "-vvvv --no-merge-commit"