From c04dfb9ddf109d9e30886aa919cde850ea74eec0 Mon Sep 17 00:00:00 2001 From: Tyson Kamp Date: Fri, 13 May 2022 11:50:17 -0700 Subject: [PATCH] refactor: Deprecate and remove semantic-pull-requests, insert influxdata replacement reusable workflow solution. (#751) --- .github/workflows/semantic.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/semantic.yml diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml new file mode 100644 index 00000000..5fbae6dc --- /dev/null +++ b/.github/workflows/semantic.yml @@ -0,0 +1,10 @@ +--- +name: "Semantic PR and Commit Messages" + +on: + pull_request: + types: [opened, reopened, synchronize, edited] + +jobs: + semantic: + uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main