File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
1515 name : Assign milestoned to Project
1616 steps :
1717 - name : Assign issues with milestones to project
18- uses : elastic/assign-one-project-github-action@1.2.1
18+ uses : elastic/assign-one-project-github-action@1.2.2
1919 if : github.event.issue && github.event.issue.milestone
2020 with :
2121 project : ' https://github.com/orgs/elastic/projects/454'
2222 project_id : ' 5882982'
2323 column_name : ' Planned'
2424 - name : Assign new pull requests to project
25- uses : elastic/assign-one-project-github-action@1.2.1
25+ uses : elastic/assign-one-project-github-action@1.2.2
2626 if : github.event.action == 'opened' && github.event.pull_request
2727 with :
2828 project : ' https://github.com/orgs/elastic/projects/454'
You can’t perform that action at this time.
0 commit comments