Include session count in Tinybird test for a corner case #11664
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: 'Label Issues' | |
on: | |
workflow_dispatch: | |
issues: | |
types: [opened, closed, labeled] | |
pull_request_target: | |
types: [closed, labeled] | |
schedule: | |
- cron: '0 * * * *' | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
if: github.repository_owner == 'TryGhost' | |
steps: | |
- uses: tryghost/actions/actions/label-actions@main |