Skip to content

chore(deps-dev): bump eslint from 10.7.0 to 10.8.0 in /gems/karya-dashboard in the lint-toolchain group across 1 directory #794

chore(deps-dev): bump eslint from 10.7.0 to 10.8.0 in /gems/karya-dashboard in the lint-toolchain group across 1 directory

chore(deps-dev): bump eslint from 10.7.0 to 10.8.0 in /gems/karya-dashboard in the lint-toolchain group across 1 directory #794

Workflow file for this run

# Copyright Codevedas Inc. 2025-present
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
permissions:
contents: read
name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('ref-{0}', github.ref) }}
cancel-in-progress: true
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: read
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v7
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
auto_label_pull_request:
permissions:
pull-requests: write
contents: read
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter/autolabeler@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}