Skip to content

chore(deps)(deps): bump the angular group in /code/frontend with 8 updates #2

chore(deps)(deps): bump the angular group in /code/frontend with 8 updates

chore(deps)(deps): bump the angular group in /code/frontend with 8 updates #2

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize, labeled, unlabeled]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Run Release Drafter
uses: release-drafter/release-drafter@v6
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}