mirror of https://github.com/grafana/loki
chore: Minor changes to contributing doc and pr template for conventional commits (#12439)
Signed-off-by: Callum Styan <callumstyan@gmail.com>pull/12481/head
parent
9e6e6d22e0
commit
1f653f02ed
@ -1,27 +0,0 @@ |
||||
--- |
||||
name: Append to Release Notes |
||||
on: |
||||
pull_request_target: |
||||
types: |
||||
- closed |
||||
- labeled |
||||
|
||||
jobs: |
||||
main: |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- name: Checkout Actions |
||||
uses: actions/checkout@v3 |
||||
with: |
||||
repository: "grafana/grafana-github-actions" |
||||
path: ./actions |
||||
ref: main |
||||
- name: Install Actions |
||||
run: npm install --production --prefix ./actions |
||||
- name: Run release notes appender |
||||
uses: ./actions/release-notes-appender |
||||
with: |
||||
metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}} |
||||
token: ${{secrets.GH_BOT_ACCESS_TOKEN}} |
||||
labelsToAdd: "release-notes" |
||||
releaseNotesFile: docs/sources/release-notes/next.md |
Loading…
Reference in new issue