Skip to content

feat(container)!: Update image ghcr.io/onedr0p/postgres-init ( 14.10 → 16.3 ) - autoclosed #788

feat(container)!: Update image ghcr.io/onedr0p/postgres-init ( 14.10 → 16.3 ) - autoclosed

feat(container)!: Update image ghcr.io/onedr0p/postgres-init ( 14.10 → 16.3 ) - autoclosed #788

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Pull Request Labeler
on:
workflow_dispatch:
pull_request_target:
branches:
- main
types:
- opened
- synchronize
jobs:
labeler:
name: Pull Request Labeler
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/harden-runner
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
# https://github.com/marketplace/actions/create-github-app-token
- name: Generate Token
uses: actions/create-github-app-token@7bfa3a4717ef143a604ee0a99d859b8886a96d00 # v1.9.3
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
# https://github.com/marketplace/actions/labeler
- name: Labeler
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.app-token.outputs.token }}"