Skip to content

Commit 65d2d3d

Browse files
authored
Update actions/add-to-project to version 0.5.0 (microsoft#16084)
Update actions/add-to-project to version 0.5.0
1 parent 9967851 commit 65d2d3d

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
@@ -7,13 +7,13 @@ on:
77
- labeled
88
- unlabeled
99

10-
permissions: {}
10+
permissions: {}
1111
jobs:
1212
add-to-project:
1313
name: Add issue to project
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/add-to-project@v0.3.0
16+
- uses: actions/add-to-project@v0.5.0
1717
with:
1818
project-url: https://github.com/orgs/microsoft/projects/159
1919
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)