Update members.yaml - Removed Axiado #100
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: Add preview link | |
on: | |
pull_request: | |
jobs: | |
comment: | |
runs-on: ubuntu-22.04 | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Get PR metadata | |
uses: 8BitJonny/[email protected] | |
if: github.event_name == 'pull_request' | |
with: | |
sha: ${{ github.event.pull_request.head.sha }} | |
id: PR | |
- name: Add comment with preview Link | |
uses: mshick/add-pr-comment@v2 | |
if: github.event_name == 'pull_request' | |
with: | |
message: | | |
Deploying preview to https://chipsalliance.org/preview/${{ steps.PR.outputs.number }}/ |