[Bug]: IOTA 2.0 Explorer shows wrong decimals in Token Info in Foundry #16
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: Assign Bugs to Project | |
on: | |
issues: | |
types: [labeled] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
jobs: | |
assign_to_project: | |
runs-on: ubuntu-latest | |
name: Assign bug issue to Bug Management project | |
steps: | |
- name: Assign issues with bug report label to 'Tooling - Bug Management' project | |
uses: srggrs/assign-one-project-github-action@4fc2b23bdaaac08e64dcc590a6e138d2f9b8c86e | |
if: contains(github.event.issue.labels.*.name, 'bug report') | |
with: | |
project: 'https://github.com/orgs/iotaledger/projects/78' | |
column_name: 'Triage' |