Skip to content

HouseKeeping: add temp and trash options #51

HouseKeeping: add temp and trash options

HouseKeeping: add temp and trash options #51

Workflow file for this run

---
name: Release
on:
pull_request:
branches: [master]
types: [closed]
jobs:
release_deb:
name: Release (Deb)
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: elementary/actions/release@master
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"
with:
release_branch: 'odin'