Skip to content

Commit

Permalink
ci: add semantic-pr-footer workflow (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Feb 7, 2024
1 parent 6c274a6 commit f4bef36
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 f4bef36

Please sign in to comment.