Compare commits
No commits in common. "main" and "florian-patch-1" have entirely different histories.
main
...
florian-pa
|
@ -12,15 +12,3 @@ version-resolver:
|
|||
labels:
|
||||
- 'ReleaseTarget/Patch'
|
||||
default: patch
|
||||
categories:
|
||||
- title: '🚀 Features'
|
||||
labels:
|
||||
- 'Kind/Breaking'
|
||||
- 'Kind/Feature'
|
||||
- title: '🐛 Bug Fixes'
|
||||
labels:
|
||||
- 'fix'
|
||||
- 'bugfix'
|
||||
- 'bug'
|
||||
- title: '🧰 Maintenance'
|
||||
label: 'chore'
|
|
@ -1,11 +0,0 @@
|
|||
name: Tgt
|
||||
run-name: CommentCollection
|
||||
on:
|
||||
|
||||
|
||||
|
||||
jobs:
|
||||
Dump Gitea Context:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
|
@ -13,6 +13,6 @@ jobs:
|
|||
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
uses: https://git.beisel.it/florian/gitea-release-drafter@main
|
||||
uses: https://git.beisel.it/florian/gitea-release-drafter@v1
|
||||
with:
|
||||
username: foo
|
|
@ -1,28 +0,0 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
Dump Gitea Context:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: yank release
|
||||
run: >
|
||||
curl -X DELETE -H "Content-Type: application/json"
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
||||
"https://git.beisel.it/api/v1/repos/florian/test/releases/tags/nightly"
|
||||
- name: yank tag
|
||||
run: >
|
||||
curl -X DELETE -H "Content-Type: application/json"
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}"
|
||||
"https://git.beisel.it/api/v1/repos/florian/test/tags/nightly"
|
||||
|
||||
- step: test
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
with:
|
||||
files: |-
|
||||
test/**
|
||||
tag_name: nightly
|
|
@ -1,3 +1,3 @@
|
|||
# test
|
||||
|
||||
Testlkjdlakjsldkjalskdjlaksjdlaksjdlsdnfnffsdf
|
||||
Testlkjdlakjsldkjalskdjlaksjdlaksjdl
|
|
@ -1 +0,0 @@
|
|||
asdasfaasdasd
|
Loading…
Reference in New Issue