name: React to product-owners.yml changes on: # This could be run manually, but the general expectation is that this fires # from GHA in getsentry/security-as-code on changes there. workflow_dispatch: jobs: release: runs-on: ubuntu-latest name: React to product-owners.yml changes steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0 with: python-version: 3.11.3 - name: React to product-owners.yml changes shell: bash env: GITHUB_TOKEN: ${{ secrets.BUMP_SENTRY_TOKEN }} COMMITTER_NAME: getsentry-bot COMMITTER_EMAIL: bot@sentry.io run: ./bin/react-to-product-owners-yml-changes.sh