fix(ci): switch back to previous module
Some checks failed
Enforce Conventional Commit PR Title / Validate PR Title (pull_request) Failing after 4s
Some checks failed
Enforce Conventional Commit PR Title / Validate PR Title (pull_request) Failing after 4s
This commit is contained in:
parent
d69ad8920c
commit
490e961397
@ -15,11 +15,11 @@ jobs:
|
|||||||
name: Validate PR Title
|
name: Validate PR Title
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: PR Conventional Commit Validation
|
# - name: PR Conventional Commit Validation
|
||||||
uses: ytanikin/pr-conventional-commits@1.4.0
|
# uses: ytanikin/pr-conventional-commits@1.4.0
|
||||||
with:
|
# with:
|
||||||
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
|
# task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
|
||||||
add_label: 'false'
|
# add_label: 'false'
|
||||||
|
|
||||||
# DOES NOT WORK WITH GITEA
|
# DOES NOT WORK WITH GITEA
|
||||||
- uses: amannn/action-semantic-pull-request@v5
|
- uses: amannn/action-semantic-pull-request@v5
|
||||||
|
14
README.md
14
README.md
@ -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`
|
|
Loading…
Reference in New Issue
Block a user