Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 9f2092a

Browse files
committed
🔖 v2.3.1
1 parent 23d974f commit 9f2092a

File tree

13 files changed

+26
-22
lines changed

13 files changed

+26
-22
lines changed

Diff for: ‎.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- 'v*.*.*'
77

8+
permissions:
9+
contents: read
10+
packages: write
11+
812
jobs:
913
publish:
1014
uses: stoe/policies/.github/workflows/policy-workspaces-publish.yml@main

Diff for: ‎package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎scripts/action-node-version/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-action-node-version",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Change Node version for JavaScript GitHub Actions",
66
"keywords": [

Diff for: ‎scripts/cleanup-archived-repos/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-cleanup-archived-repos",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Close issues/PRs in archived repositories",
66
"keywords": [

Diff for: ‎scripts/codeql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-codeql",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Add CodeQL GitHub Action workflow to repositories",
66
"keywords": [

Diff for: ‎scripts/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-common",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Common scripts for my @octoherd scripts",
66
"keywords": [

Diff for: ‎scripts/delete-forks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-delete-forks",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Delete forked repositories",
66
"keywords": [

Diff for: ‎scripts/delete-repo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-delete-repo",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Delete repositories",
66
"keywords": [

Diff for: ‎scripts/dependabot-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-dependabot-config",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Apply @dependabot config to repositories",
66
"keywords": [

Diff for: ‎scripts/release-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-release-config",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Apply release config to repositories",
66
"keywords": [

Diff for: ‎scripts/repository-labels/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-repository-labels",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Sync labels across repositories",
66
"keywords": [

Diff for: ‎scripts/repository-settings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-repository-settings",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Apply settings across repositories",
66
"keywords": [

Diff for: ‎scripts/workflow-shas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoe/octoherd-script-workflow-shas",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"description": "Replace Action versions with SHAs",
66
"keywords": [

0 commit comments

Comments
 (0)