From bb889af36e11730a2e02bd836a8b248cf63b7453 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 2 Jan 2025 20:41:39 +0000 Subject: [PATCH] fix(ci): switch back to previous module --- .gitea/workflows/pr-title-semantic.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/pr-title-semantic.yml b/.gitea/workflows/pr-title-semantic.yml index d54d208..0206443 100644 --- a/.gitea/workflows/pr-title-semantic.yml +++ b/.gitea/workflows/pr-title-semantic.yml @@ -22,13 +22,13 @@ jobs: add_label: 'false' # DOES NOT WORK WITH GITEA - # - uses: amannn/action-semantic-pull-request@v5 - # env: - # GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} - # with: - # requireScope: true - # wip: true - # validateSingleCommit: true - # validateSingleCommitMatchesPrTitle: true - # githubBaseUrl: https://git.tainton.uk/api/v1 - # ignoreLabels: ignore-semantic-pull-request + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ gitea.token }} + with: + requireScope: true + wip: true + validateSingleCommit: true + validateSingleCommitMatchesPrTitle: true + githubBaseUrl: https://git.tainton.uk/api/v1 + ignoreLabels: ignore/semantic-pr-title