chore: update altinnendata-app to v1.3.2 #25
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: 📝 Format Dependabot PR titles | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, edited, synchronize] | |
| permissions: {} | |
| jobs: | |
| rewrite: | |
| if: github.event.pull_request.user.login == 'dependabot[bot]' | |
| permissions: | |
| pull-requests: write | |
| uses: sondresjolyst/garge/.github/workflows/dependabot-title.yml@main |