Skip to content

[Issue]: Proble with HSA_OVERRIDE_GFX_VERSION #111

[Issue]: Proble with HSA_OVERRIDE_GFX_VERSION

[Issue]: Proble with HSA_OVERRIDE_GFX_VERSION #111

name: Issue retrieval
on:
issues:
types: [opened]
jobs:
auto-retrieve:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.ACTION_APP_ID }}
private_key: ${{ secrets.ACTION_PEM }}
- name: 'Retrieve Issue'
uses: abhimeda/rocm_issue_management@main
with:
authentication-token: ${{ steps.generate_token.outputs.token }}
github-organization: 'ROCm'
project-num: '6'