From 490e96139724a72ffd0adf331826b0bbbddc9c4e Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Thu, 2 Jan 2025 20:43:09 +0000 Subject: [PATCH] fix(ci): switch back to previous module --- .gitea/workflows/pr-title-semantic.yml | 10 +++++----- README.md | 14 -------------- 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 README.md diff --git a/.gitea/workflows/pr-title-semantic.yml b/.gitea/workflows/pr-title-semantic.yml index 0206443..25afdef 100644 --- a/.gitea/workflows/pr-title-semantic.yml +++ b/.gitea/workflows/pr-title-semantic.yml @@ -15,11 +15,11 @@ jobs: name: Validate PR Title runs-on: ubuntu-latest steps: - - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.4.0 - with: - task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' - add_label: 'false' + # - name: PR Conventional Commit Validation + # uses: ytanikin/pr-conventional-commits@1.4.0 + # with: + # task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' + # add_label: 'false' # DOES NOT WORK WITH GITEA - uses: amannn/action-semantic-pull-request@v5 diff --git a/README.md b/README.md deleted file mode 100644 index bde4ba5..0000000 --- a/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# webexmemebot - -## Description -Webex-based meme generation bot using memegen.link. - -## How to install -1. Clone the repository -2. Copy `.env.default` to `.env` -3. Edit `.env` as required: - - `WEBEX_API_KEY` - Webex API key - -## How to use -1. Install Docker and Docker Compose -2. Run `docker-compose up -d`