Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/auto-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: πŸ“ Changelog

on:
release:
types: [published]

permissions:
contents: write
pull-requests: write

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: πŸ“ Changelog
uses: outscale/.github/post-release@dfa747ea77f97fdc5a0bf745e4933a8d68631f89 # v1.1.2
with:
changelog: CHANGELOG.md
19 changes: 19 additions & 0 deletions .github/workflows/pr-auto-tagging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: πŸ”– PR autotagging

on:
pull_request: null

permissions:
contents: read
pull-requests: write

jobs:
autotagging:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: πŸ”– Tag PR
uses: outscale/.github/auto-tagging@dfa747ea77f97fdc5a0bf745e4933a8d68631f89 # v1.1.2
21 changes: 0 additions & 21 deletions .github/workflows/pr_tagging.yml

This file was deleted.