Analytics - End date for get_change_over_time_df should be inclusive #9761
This file contains 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: Add `canary` label to new issues and PR's | |
on: [issues, pull_request_target] | |
jobs: | |
label: | |
permissions: | |
issues: write | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: DataBiosphere/azul-github-labeler-action@releases/v5 | |
with: | |
repo-token: "${{secrets.GITHUB_TOKEN}}" | |
label: canary |