From 26692671dda76b0a75616326fd7cfd4a1d84dba5 Mon Sep 17 00:00:00 2001 From: michael-siek Date: Tue, 21 Nov 2023 10:52:12 -0500 Subject: [PATCH] ci: add `semantic-pr-footer` workflow --- .github/workflows/semantic-pr-footer.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/semantic-pr-footer.yml diff --git a/.github/workflows/semantic-pr-footer.yml b/.github/workflows/semantic-pr-footer.yml new file mode 100644 index 00000000..2f9229b7 --- /dev/null +++ b/.github/workflows/semantic-pr-footer.yml @@ -0,0 +1,15 @@ +name: Semantic PR footer + +on: + pull_request: + types: + - opened + - reopened + - edited + - synchronize + +jobs: + semantic-pr-footer: + runs-on: ubuntu-latest + steps: + - uses: dequelabs/axe-api-team-public/.github/actions/semantic-pr-footer-v1@main