Android, reset wallet dark and light mode modal buttons wrong styling, and infects other css #60
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: move new, edited, reopened issues to DCC Enginnering project | |
on: | |
issues: | |
types: [ opened, edited, reopened ] | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/digitalcredentials/projects/14 | |
github-token: ${{ secrets.PROJECTS_ACCESS_TOKEN }} |