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 | ||
with: | ||
token: ${{ secrets.BOT_ACCESS_TOKEN }} | ||
Check failure on line 11 in .github/workflows/auto-assign-issues.yml GitHub Actions / Auto assignment for issuesInvalid workflow file
|