Compare commits
1 Commits
2c9a34601a
...
9e703540a7
| Author | SHA1 | Date | |
|---|---|---|---|
|
9e703540a7
|
@@ -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_name }}"
|
||||||
|
args: "-vvvv --no-merge-commit"
|
||||||
Reference in New Issue
Block a user