Skip to content

Commit

Permalink
chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 (aquasec…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and atombrella committed Mar 25, 2023
1 parent 819aa51 commit d4881b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/roadmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# 'kind/feature' AND 'priority/backlog' labels -> 'Backlog' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
field-values: Backlog

# 'kind/feature' AND 'priority/important-longterm' labels -> 'Important (long-term)' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand All @@ -45,7 +45,7 @@ jobs:
field-values: Important (long-term)

# 'kind/feature' AND 'priority/important-soon' labels -> 'Important (soon)' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
field-values: Important (soon)

# 'kind/feature' AND 'priority/critical-urgent' labels -> 'Urgent' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand Down

0 comments on commit d4881b7

Please sign in to comment.