Skip to content

Commit cadf50b

Browse files
fix: delegate lint-pr-title to reusable ubuntu workflow (#443)
* fix: delegate lint-pr-title to reusable ubuntu workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * ci: retrigger CI --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 54bd572 commit cadf50b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/lint-pr-title.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ on:
99

1010
jobs:
1111
lint:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
15-
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
uses: owncloud-docker/ubuntu/.github/workflows/lint-pr-title.yml@master
13+
secrets: inherit

0 commit comments

Comments
 (0)