mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Added a field to specify project number
This action receives an org name and project number and adds issues to it using this information
This commit is contained in:
4
.github/workflows/issue_retrieval.yml
vendored
4
.github/workflows/issue_retrieval.yml
vendored
@@ -19,5 +19,5 @@ jobs:
|
||||
uses: abhimeda/rocm_issue_management@main
|
||||
with:
|
||||
authentication-token: ${{ steps.generate_token.outputs.token }}
|
||||
github-organization: 'RadeonOpenCompute'
|
||||
github-repo: 'github_action_poc'
|
||||
github-organization: 'ROCm'
|
||||
project-num: '5'
|
||||
|
||||
Reference in New Issue
Block a user