Skip to content

Settings - Fixes for whitespaces and comments, added unit tests (#1622) #136

Settings - Fixes for whitespaces and comments, added unit tests (#1622)

Settings - Fixes for whitespaces and comments, added unit tests (#1622) #136

name: Release Drafter
on:
push:
branches:
- master
jobs:
draft:
runs-on: ubuntu-latest
if: github.repository == 'CBATeam/CBA_A3'
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}