未验证 提交 b1c82d72 编写于 作者: V Vlad Zarytovskii 提交者: GitHub

Update add_to_project.yml

上级 57ebc9a3
name: Add all issues to F# project, assign milestone and labels
name: Add all issues and PRs to F# project, assign milestone and labels
on:
issues:
types:
- opened
- transferred
pull_request:
types:
- opened
permissions:
issues: write
......@@ -38,6 +41,7 @@ jobs:
github-token: ${{ secrets.REPO_PROJECT_PAT }}
apply-label:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/github-script@v6
with:
......@@ -50,6 +54,7 @@ jobs:
})
apply-milestone:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/github-script@v6
with:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册