AADSTS9000411 Duplicated Value on Angular 20 if using ESBuild #3606
This file contains hidden or 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: Issue Template Bot | |
| on: | |
| issues: | |
| types: [opened, edited] | |
| permissions: {} | |
| jobs: | |
| run: | |
| permissions: | |
| contents: read # to fetch code (actions/checkout) | |
| issues: write # to label, comment, close issues | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| - name: Run Bot | |
| uses: ./.github/actions/issue_template_bot | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| config_path: ".github/issue_template_bot.json" |