Fix tcb
feature in mc-sgx-dcap-types
missing dependency
#711
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: pr | |
on: | |
pull_request: | |
jobs: | |
update-metadata: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- uses: actions/[email protected] | |
with: | |
github-token: "${{ secrets.MEOWBLECOIN_PAT }}" | |
project-url: https://github.com/orgs/mobilecoinfoundation/projects/7 | |
- uses: pascalgn/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
IGNORED: "Cargo.lock" | |
INPUT_SIZES: > | |
{ | |
"0": "XS", | |
"30": "S", | |
"100": "M", | |
"250": "L", | |
"500": "XL", | |
"1000": "XXL", | |
"1500": "OHLAWDHECOMIN" | |
} | |
- uses: actions/labeler@v4 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |