[Bug report] rename base16-vim in the About section of the repo #7
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: "Auto assignment for issues" | |
on: | |
issues: | |
types: ["opened"] | |
jobs: | |
auto-assign: | |
uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main" | |
secrets: | |
token: ${{ secrets.BOT_ACCESS_TOKEN }} |