Skip to content

Commit 9bc98bb

Browse files
Update elastic/assign-one-project-github-action version
1 parent 64b2661 commit 9bc98bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/addToProject.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected].1
18+
uses: elastic/[email protected].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/[email protected].1
25+
uses: elastic/[email protected].2
2626
if: github.event.action == 'opened' && github.event.pull_request
2727
with:
2828
project: 'https://github.com/orgs/elastic/projects/454'

0 commit comments

Comments
 (0)