Update sim vs hw logic to be n'sync with the main MobileCoin repo #25
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: issues | |
on: | |
issues: | |
types: | |
- opened | |
- transferred | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/triage-labeler.yml | |
enable-versioned-regex: 0 | |
- uses: actions/[email protected] | |
with: | |
github-token: "${{ secrets.MEOWBLECOIN_PAT }}" | |
project-url: https://github.com/orgs/mobilecoinfoundation/projects/5 |