jsii-release 0.2.676 → 0.2.677

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.projenrc.ts CHANGED
@@ -97,6 +97,7 @@ test?.addJob('determine_env', {
97
97
  },
98
98
  {
99
99
  name: 'If not from a fork, do not need approval',
100
+ // In a mergeGroup event, `github.pull_request` will not be set and `!undefined` also counts
100
101
  if: '!github.pull_request.head.repo.fork',
101
102
  run: 'echo IntegTestCredentials > .envname',
102
103
  },
@@ -110,7 +111,9 @@ test?.addJob('determine_env', {
110
111
  env_name: { stepId: 'output', outputName: 'env_name' },
111
112
  },
112
113
  });
113
- test?.addJob('test', {
114
+
115
+ // Job name matches a branch protection rule check configured elsewhere
116
+ test?.addJob('integ', {
114
117
  permissions: {
115
118
  contents: github.workflows.JobPermission.READ,
116
119
  idToken: github.workflows.JobPermission.WRITE,
package/package.json CHANGED
@@ -87,7 +87,7 @@
87
87
  "main": "lib/index.js",
88
88
  "license": "Apache-2.0",
89
89
  "homepage": "https://github.com/cdklabs/publib",
90
- "version": "0.2.676",
90
+ "version": "0.2.677",
91
91
  "jest": {
92
92
  "testMatch": [
93
93
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/package.json.bak CHANGED
@@ -87,7 +87,7 @@
87
87
  "main": "lib/index.js",
88
88
  "license": "Apache-2.0",
89
89
  "homepage": "https://github.com/cdklabs/publib",
90
- "version": "0.2.676",
90
+ "version": "0.2.677",
91
91
  "jest": {
92
92
  "testMatch": [
93
93
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",