diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..1bad7cf --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +name: Deploy-Bot + +on: [pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - name: Create Pr Build + uses: Khan/pull-request-comment-trigger@1.0.0 + with: + reaction: "rocket" + trigger: "!build" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_VALUE }}