Add details about causal impact in the interrupted time series docs #139
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: Label Pre-Commit PRs | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| jobs: | |
| label: | |
| if: github.actor == 'pre-commit-ci[bot]' | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - name: Add "no releasenotes" label | |
| uses: actions-ecosystem/action-add-labels@v1 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| labels: no releasenotes |