Refreshing NNDSS Infectious Annual tables with 2023 data across six verticals: age, sex, ethnicity, region, region_state, race #11277
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto approve copybara-service PRs | |
| on: | |
| pull_request | |
| jobs: | |
| auto-approve: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: hmarr/auto-approve-action@v2.0.0 | |
| if: github.actor == 'copybara-service' || github.actor == 'copybara-service[bot]' | |
| with: | |
| github-token: "${{ secrets.GITHUB_TOKEN }}" |