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

Commit 428af26

Browse files
renovate-botmergify[bot]
authored andcommitted
chore(deps): update srggrs/assign-one-project-github-action action to v1.3.1
1 parent d02eba2 commit 428af26

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/[email protected].0
16+
uses: srggrs/[email protected].1
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/[email protected].0
22+
uses: srggrs/[email protected].1
2323
if: github.event_name == 'pull_request'
2424
with:
2525
project: "https://github.com/orgs/NordicSemiconductor/projects/2"

0 commit comments

Comments
 (0)