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
steps:
# 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:
config-name: release-drafter.yml
env:

4
.github/workflows/git-sync.yml

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

4
.github/workflows/lock.yml

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

Loading…
Cancel
Save