Skip to content

Commit

Permalink
Merge branch 'master' into rocm2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyu1994 authored Dec 19, 2024
2 parents 4cd0dea + ee0131c commit 3ad2482
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
noResponse:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected]
with:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Release Drafter

permissions:
contents: read

on:
push:
branches:
- master

jobs:
updateReleaseDraft:
permissions:
contents: write
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
with:
config-name: release-drafter.yml
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 3ad2482

Please sign in to comment.