diff --git a/.github/workflows/pr-update.yml b/.github/workflows/pr-update.yml new file mode 100644 index 00000000..09b6e1d9 --- /dev/null +++ b/.github/workflows/pr-update.yml @@ -0,0 +1,12 @@ +name: "Run Jobs on PR" +on: pull_request + +jobs: + execute: + name: "remove the lgtm label" + runs-on: ubuntu-latest + steps: + - uses: jpmcb/prow-github-actions@v1.1.2 + with: + jobs: 'lgtm' + github-token: "${{ secrets.GITHUB_TOKEN }}"