Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/3841/head
Daniel Gibbs 3 years ago
parent
commit
3693521ee6
  1. 2
      .github/workflows/create-release.yml
  2. 4
      .github/workflows/git-sync.yml
  3. 4
      .github/workflows/lock.yml
  4. 2
      .github/workflows/version-check.yml

2
.github/workflows/create-release.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# Drafts your next Release notes as Pull Requests are merged into "master" # Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]8.1 - uses: release-drafter/[email protected]9.0
with: with:
config-name: release-drafter.yml config-name: release-drafter.yml
env: env:

4
.github/workflows/git-sync.yml

@ -10,8 +10,8 @@ jobs:
GitHub-to-Bitbucket: GitHub-to-Bitbucket:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: webfactory/[email protected].3 - name: webfactory/[email protected].4
uses: webfactory/[email protected].3 uses: webfactory/[email protected].4
with: with:
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }} ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}

4
.github/workflows/lock.yml

@ -11,11 +11,11 @@ jobs:
- uses: dessant/lock-threads@v3 - uses: dessant/lock-threads@v3
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
issue-lock-comment: > issue-comment: >
This issue has been automatically locked since there This issue has been automatically locked since there
has not been any recent activity after it was closed. has not been any recent activity after it was closed.
Please open a new issue for related bugs. Please open a new issue for related bugs.
pr-lock-comment: > pr-comment: >
This pull request has been automatically locked since there This pull request has been automatically locked since there
has not been any recent activity after it was closed. has not been any recent activity after it was closed.
Please open a new issue for related bugs. Please open a new issue for related bugs.

2
.github/workflows/version-check.yml

@ -16,7 +16,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v3
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: compare versions - name: compare versions

Loading…
Cancel
Save