Skip to content

Custom dark mode color setting breaks completely - I believe this is due to Obsidian removing Translucency in the latest beta. #40

Custom dark mode color setting breaks completely - I believe this is due to Obsidian removing Translucency in the latest beta.

Custom dark mode color setting breaks completely - I believe this is due to Obsidian removing Translucency in the latest beta. #40

name: Adds all open issues to project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/users/damiankorcz/projects/5
github-token: ${{ secrets.ADD_TO_GITHUB_PROJECTS_TOKEN }}