Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Mar 27, 2024
1 parent de0d677 commit 20d60b8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 444 deletions.
110 changes: 0 additions & 110 deletions .github/workflows/build.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Echo on PR

on:
pull_request:
types: [opened]

jobs:
echo_job:
runs-on: ubuntu-latest
steps:
- name: Echo abc
run: echo 'abc'
6 changes: 3 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# - uses: actions/labeler@v4
# with:
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Checkout repository
uses: actions/checkout@v3

Expand Down
203 changes: 0 additions & 203 deletions .github/workflows/pr.yaml

This file was deleted.

Loading

0 comments on commit 20d60b8

Please sign in to comment.