diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 3a4aeb2..cf75c35 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -1,14 +1,14 @@ -name: auto-merge - -on: - pull_request: - -jobs: - auto-merge: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3.5.3 - - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 - with: - target: minor - github-token: ${{ secrets.mytoken }} +name: auto-merge + +on: + pull_request: + +jobs: + auto-merge: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.5.3 + - uses: ahmadnassri/action-dependabot-auto-merge@v2.6 + with: + target: minor + github-token: ${{ secrets.mytoken }} diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 38548f0..1118c17 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -1,21 +1,21 @@ -name: Create labels - -on: - push: - branches: - - 'main' - paths: - - '.github/labels.yml' - - '.github/workflows/create-labels.yml' - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v3.5.3 - - - name: Run Labeler - if: success() - uses: crazy-max/ghaction-github-labeler@v4.1.0 +name: Create labels + +on: + push: + branches: + - 'main' + paths: + - '.github/labels.yml' + - '.github/workflows/create-labels.yml' + +jobs: + labeler: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v3.5.3 + - + name: Run Labeler + if: success() + uses: crazy-max/ghaction-github-labeler@v4.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d264d5d..f4b21a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,40 +1,40 @@ -# description of this workflow, can be anything you want -name: Package and release - -# we need to let GitHub know _when_ we want to release, typically only when we create a new tag. -# this will target only tags, and not all pushes to the main branch. -# this part can be heavily customized to your liking, like targeting only tags that match a certain word, -# other branches or even pull requests. -on: - push: - tags: - - '**' - -# a workflow is built up as jobs, and within these jobs are steps -jobs: - - # "release" is a job, you can name it anything you want - release: - - # we can run our steps on pretty much anything, but the "ubuntu-latest" image is a safe bet - runs-on: ubuntu-latest - - # specify the environment variables used by the packager, matching the secrets from the project on GitHub - env: - CF_API_KEY: ${{ secrets.CF_API_KEY }} - WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} - GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} # "GITHUB_TOKEN" is a secret always provided to the workflow - # for your own token, the name cannot start with "GITHUB_" - - # "steps" holds a list of all the steps needed to package and release our AddOn - steps: - - # we first have to clone the AddOn project, this is a required step - - name: Clone project - uses: actions/checkout@v3.5.3 - with: - fetch-depth: 0 # gets git history for changelogs - - # once cloned, we just run the GitHub Action for the packager project - - name: WoW Packager - uses: BigWigsMods/packager@v2.1.0 +# description of this workflow, can be anything you want +name: Package and release + +# we need to let GitHub know _when_ we want to release, typically only when we create a new tag. +# this will target only tags, and not all pushes to the main branch. +# this part can be heavily customized to your liking, like targeting only tags that match a certain word, +# other branches or even pull requests. +on: + push: + tags: + - '**' + +# a workflow is built up as jobs, and within these jobs are steps +jobs: + + # "release" is a job, you can name it anything you want + release: + + # we can run our steps on pretty much anything, but the "ubuntu-latest" image is a safe bet + runs-on: ubuntu-latest + + # specify the environment variables used by the packager, matching the secrets from the project on GitHub + env: + CF_API_KEY: ${{ secrets.CF_API_KEY }} + WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }} + GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} # "GITHUB_TOKEN" is a secret always provided to the workflow + # for your own token, the name cannot start with "GITHUB_" + + # "steps" holds a list of all the steps needed to package and release our AddOn + steps: + + # we first have to clone the AddOn project, this is a required step + - name: Clone project + uses: actions/checkout@v3.5.3 + with: + fetch-depth: 0 # gets git history for changelogs + + # once cloned, we just run the GitHub Action for the packager project + - name: WoW Packager + uses: BigWigsMods/packager@v2.1.0 diff --git a/AdiBags_Bears_Alchemy.toc b/AdiBags_Bears_Alchemy.toc index 04bfe3c..02ad9a3 100644 --- a/AdiBags_Bears_Alchemy.toc +++ b/AdiBags_Bears_Alchemy.toc @@ -1,5 +1,5 @@ -## Interface: 100206 -## X-Interface: 100206 +## Interface: 100207 +## X-Interface: 100207 ## Title: AdiBags - Bears Alchemy ## Version: @project-version@ ## Author: Bearesquishy