Skip to content

Commit e2cde25

Browse files
🔄 synced file(s) with neurobagel/workflows (#246)
* 🔄 synced local '.github/workflows/' with remote 'template_workflows/project_automation/' * 🔄 synced local '.github/dependabot.yml' with remote 'template_workflows/dependabot.yml' * 🔄 synced local '.github/workflows/build_docker_on_release.yml' with remote 'template_workflows/auto_release/build_docker_on_release.yml' * 🔄 synced local 'LICENSE' with remote 'template_configs/LICENSE' --------- Co-authored-by: neurobagel-bot[bot] <176077434+neurobagel-bot[bot]@users.noreply.github.com>
1 parent 4ef308a commit e2cde25

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ updates:
1515
labels:
1616
- "_bot"
1717
- "dependencies"
18-
19-
# We instruct dependabot to open PRs whenever the HEAD of
18+
19+
# We instruct dependabot to open PRs whenever the HEAD of
2020
# of a submodule repository has advanced beyond what our submodule
2121
# is currently tracking.
2222
# Note: this configuration will only have an effect in repositories that have

.github/workflows/build_docker_on_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
# Some repos have submodules that need to be part of the Docker image
1818
with:
1919
submodules: recursive
20-
-
21-
# The release event is a superset of the push tag event,
22-
# so we expect two tags to be generated by docker/metadata-action
20+
-
21+
# The release event is a superset of the push tag event,
22+
# so we expect two tags to be generated by docker/metadata-action
2323
# based on the behaviour for the type=semver,pattern=... tag type:
2424
# 1. a semver tag vX.Y.Z (from the release Git tag; this is what will be used as the image version in the generated label)
2525
# 2. latest (as type=semver,pattern=... is part of the latest tag handling)

.github/workflows/handle_external_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
permissions:
2828
pull-requests: write
29-
29+
3030
steps:
3131
- name: Label pull request with "_bot"
3232
run: gh pr edit ${{ github.event.pull_request.number }} -R ${{ github.repository }} --add-label "_bot"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)