[IO-1496][external] Expose the name, type, and edge_ids of Stage objects #97
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: "Update Linear Labels" | |
on: | |
pull_request: | |
branches: [master] | |
workflow_dispatch: | |
jobs: | |
update-linear: | |
if: github.ref_name != 'master' && !github.event.pull_request.head.repo.fork | |
name: Update Linear | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: v7labs/update-linear-labels-action@v1 | |
with: | |
label_name: "DarwinPy" | |
branch_name: "${{ github.head_ref }}" | |
linear_token: "${{ secrets.LINEAR_TOKEN }}" | |
error_exit_code: 0 |