Skip to content

Commit 5fa39ba

Browse files
committed
Undo change in azure detector
1 parent 896a41c commit 5fa39ba

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/pr-review.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: PR review
22
# This workflow is triggered when a PR review is submitted. It checks if the review is approved and runs a script to add labels to the PR based on the review.
3-
43
on:
54
pull_request_review:
65
types:

.github/workflows/pr-title.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Checkout
16-
uses: actions/checkout@v4
17-
18-
- name: Run add-labels-to-reviewed-pr.sh
19-
run: ./.github/workflows/scripts/add-labels-to-reviewed-pr.sh
15+
- uses: amannn/action-semantic-pull-request@v5
2016
env:
2117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
REPO: ${{ github.repository }}
23-
PR: ${{ github.event.number }}

detectors/node/opentelemetry-resource-detector-azure/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
14-
* limitations under the License.
14+
* limitations under the License.
1515
*/
1616

17-
// UNDO, Added for testing purposes
18-
1917
export {
2018
azureAppServiceDetector,
2119
azureFunctionsDetector,

0 commit comments

Comments
 (0)