react-to-product-owners-yml-changes.yml 810 B

123456789101112131415161718192021222324
  1. name: React to product-owners.yml changes
  2. on:
  3. # This could be run manually, but the general expectation is that this fires
  4. # from GHA in getsentry/security-as-code on changes there.
  5. workflow_dispatch:
  6. jobs:
  7. release:
  8. runs-on: ubuntu-latest
  9. name: React to product-owners.yml changes
  10. steps:
  11. - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
  12. - uses: getsentry/action-setup-venv@f0daafa9688e48f939cace0378a46f2d422bd81f # v2.0.0
  13. with:
  14. python-version: 3.11.3
  15. - name: React to product-owners.yml changes
  16. shell: bash
  17. env:
  18. GITHUB_TOKEN: ${{ secrets.BUMP_SENTRY_TOKEN }}
  19. COMMITTER_NAME: getsentry-bot
  20. COMMITTER_EMAIL: bot@sentry.io
  21. run: ./bin/react-to-product-owners-yml-changes.sh