Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: buildsville/add-remove-label
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: buildsville/add-remove-label
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 23, 2022

  1. Update README.md

    buildsville authored Oct 23, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3ce1af6 View commit details

Commits on Oct 29, 2023

  1. update

    buildsville committed Oct 29, 2023
    Copy the full SHA
    c1822af View commit details
  2. Update README.md

    buildsville committed Oct 29, 2023
    Copy the full SHA
    c643694 View commit details
  3. Update action.yml

    buildsville committed Oct 29, 2023
    Copy the full SHA
    bd21c14 View commit details
  4. Merge pull request #8 from buildsville/update-dependencies-20231029

    update  dependencies 20231029
    buildsville authored Oct 29, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ac59c9f View commit details
Showing with 28,750 additions and 8,738 deletions.
  1. +2 −0 .gitignore
  2. +1 −1 README.md
  3. +1 −1 action.yml
  4. +28,597 −8,210 dist/index.js
  5. +140 −520 package-lock.json
  6. +7 −4 package.json
  7. +2 −2 tsconfig.json
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules/*

.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
name: remove label
steps:
- name: removelabel
uses: buildsville/add-remove-label@v1
uses: buildsville/add-remove-label@v2.0.1
with:
token: ${{secrets.GITHUB_TOKEN}}
labels: WFR, ASAP
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -21,5 +21,5 @@ inputs:
required: true
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading