Skip to content

Update catalog indexer worker from psycopg2 to psycopg (v3) #8096

Update catalog indexer worker from psycopg2 to psycopg (v3)

Update catalog indexer worker from psycopg2 to psycopg (v3) #8096

name: "Subscribe to Label"
# link: https://github.com/bytecodealliance/subscribe-to-label-action
on:
issues:
types: ["labeled"]
jobs:
subscribe:
runs-on: ubuntu-latest
# Prevent running this workflow on forks, it's unnecessary for external contributors
if: github.repository_owner == 'WordPress'
steps:
- uses: bytecodealliance/subscribe-to-label-action@v1
with:
repo-token: "${{ secrets.ACCESS_TOKEN }}"