Version Packages #782
Workflow file for this run
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: "🚧 Danger" | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize # captures and git pushes with changes | |
- edited # This captures title and description changes | |
jobs: | |
danger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
token: ${{ secrets.BOOST_GITHUB_TOKEN }} | |
- name: Danger | |
uses: danger/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.BOOST_GITHUB_TOKEN }} |