Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 63ea81c

Browse files
renovate-botcoderbyheart
authored andcommitted
chore(deps): update srggrs/assign-one-project-github-action action to v1.3.0
1 parent 4b7777a commit 63ea81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-to-project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Assign new issues to the To Do columen of the project
16-
uses: srggrs/assign-one-project-github-action@1.2.1
16+
uses: srggrs/assign-one-project-github-action@1.3.0
1717
if: github.event_name == 'issues'
1818
with:
1919
project: "https://github.com/orgs/NordicSemiconductor/projects/2"
2020
column_name: "To Do"
2121
- name: Assign new pull requests to the Doing column of the project
22-
uses: srggrs/assign-one-project-github-action@1.2.1
22+
uses: srggrs/assign-one-project-github-action@1.3.0
2323
if: github.event_name == 'pull_request'
2424
with:
2525
project: "https://github.com/orgs/NordicSemiconductor/projects/2"

0 commit comments

Comments
 (0)