From a7b51eb772cb71dcaae24e8f1bc982e6fbfabd59 Mon Sep 17 00:00:00 2001 From: Andri Oskarsson Date: Mon, 19 Apr 2021 10:39:09 +0200 Subject: [PATCH] more readme additions --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9e59673..0e1312a 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,26 @@ docker build -t draft-on-release-tag . docker run -e APP_ID= -e PRIVATE_KEY= draft-on-release-tag ``` +## Github Actions + +Add to a Github workflow file (e.g. .github/workflows/example.yml) + +```yml +name: Say Hello World +on: + issues: + types: + - opened + +jobs: + sayHelloWorld: + runs-on: ubuntu-latest + steps: + - uses: andrioid/release-defaults-bot@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +``` + ## Contributing If you have suggestions for how draft-on-release-tag could be improved, or want to report a bug, open an issue! We'd love all and any contributions. -- 2.51.2