Skip to content

Commit

Permalink
ci: add semantic-pr-footer workflow (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Nov 29, 2023
1 parent aab6d3c commit 4367556
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/semantic-pr-footer.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4367556

Please sign in to comment.