Skip to content

chore(deps): update cloudnative-pg docker tag to v0.23.2 #4667

chore(deps): update cloudnative-pg docker tag to v0.23.2

chore(deps): update cloudnative-pg docker tag to v0.23.2 #4667

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: Project / PR Branch Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
jobs:
label-pr:
runs-on: ubuntu-latest
steps:
- name: Monitor Actions
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Label PR
if: github.event.action == 'opened'
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}