Skip to content

Commit

Permalink
ci: 👷 update workflow files, add release please
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Sep 2, 2023
1 parent d19b14c commit 9f174e9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 38 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/label.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: release-please

on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: release-please-action
19 changes: 0 additions & 19 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit 9f174e9

Please sign in to comment.