From cac041f73acdac535433d7600d6dfc7c833e0421 Mon Sep 17 00:00:00 2001 From: Niels Bertram Date: Wed, 8 Nov 2023 06:30:15 +1000 Subject: [PATCH] added MR created trigger --- .github/workflows/pull-request-evetns.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/pull-request-evetns.yml diff --git a/.github/workflows/pull-request-evetns.yml b/.github/workflows/pull-request-evetns.yml new file mode 100644 index 0000000..0ac6ee9 --- /dev/null +++ b/.github/workflows/pull-request-evetns.yml @@ -0,0 +1,13 @@ +--- +on: + pull_request: + types: + - opened + - reopened + +jobs: + action-label-created: + runs-on: ubuntu-latest + steps: + - run: echo "pull request (re)opened, run quality checks" + - run: jq '.' $GITHUB_EVENT_PATH