Skip to content

build(deps): bump python-keystoneclient from 5.4.0 to 5.5.0 #170

build(deps): bump python-keystoneclient from 5.4.0 to 5.5.0

build(deps): bump python-keystoneclient from 5.4.0 to 5.5.0 #170

Workflow file for this run

name: Pull request - Continuous Integration
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pull-request-labeler:
name: Pull request labeler
runs-on: self-hosted
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
disable-releaser: true