Skip to content

Commit

Permalink
GitHub workflow: Add StartProgress (#4959)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource authored Oct 31, 2023
1 parent 82740ec commit b51d84b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/StartProgress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Start Progress

on:
project_card:
types: ["moved"]

jobs:
AssignCardToSender_job:
runs-on: ubuntu-latest
if: |
github.event.changes.column_id.from == 19667120
&& github.event.project_card.content_url != null
steps:
- uses: sonarsource/gh-action-lt-backlog/AssignCardToSender@v1
with:
github-token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit b51d84b

Please sign in to comment.