Refactor Radio Group Example Using Roving tabindex Test Plan to V2 Test Format #1393
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Update Pull Request with Preview Link' | |
on: pull_request_target | |
jobs: | |
update_pr: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: tzkhan/pr-update-action@v2 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
head-branch-regex: '.*' | |
title-template: '' | |
body-template: '[Preview Tests](https://deploy-preview-${{ github.event.pull_request.number }}--aria-at.netlify.app)' | |
body-update-action: prefix | |
body-uppercase-head-match: false |