Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/CARTAvis/carta-protobuf into…
Browse files Browse the repository at this point in the history
… mark/fit_with_beam_deconvolved_images
  • Loading branch information
markccchiang committed Apr 11, 2024
2 parents 3874ce4 + 3219aca commit 29089cc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/AddToCartaVisProject.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Add new issues and pull requests to CartaVis Board project

on:
issues:
types:
- opened
- reopened
pull_request:
types:
- opened
- reopened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/CARTAvis/projects/11
github-token: ${{ secrets.ADD_TO_CARTA_BOARD_PROJECT_PAT }}

0 comments on commit 29089cc

Please sign in to comment.