mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-11 20:27:02 +00:00
Compare commits
1 commit
0190e46c72
...
1767fbba90
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1767fbba90 |
1 changed files with 2 additions and 5 deletions
7
.github/workflows/releaser-pleaser.yaml
vendored
7
.github/workflows/releaser-pleaser.yaml
vendored
|
|
@ -3,8 +3,8 @@ name: releaser-pleaser
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
# Using pull_request_target to avoid tainting the actual release PR with code from open feature pull requests
|
# TODO: use pull_request_target to avoid tainting the actual release PR with code from open feature pull requests
|
||||||
pull_request_target:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- edited
|
- edited
|
||||||
- labeled
|
- labeled
|
||||||
|
|
@ -14,13 +14,10 @@ permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
releaser-pleaser:
|
releaser-pleaser:
|
||||||
# TODO: if: push or pull_request.closed
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: main
|
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue