Skip to content

Releases: jaywcjlove/github-action-contributors

v1.3.0

12 Nov 18:39
Compare
Choose a tag to compare

Documentation v1.3.0: https://raw.githack.com/jaywcjlove/github-action-contributors/2d0be13/index.html
Comparing Changes: v1.2.0...v1.3.0

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: xxxxxxx
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: xxxxxxx
    publish_dir: ./build

v1.2.0

12 Nov 17:34
Compare
Choose a tag to compare

Documentation v1.2.0: https://raw.githack.com/jaywcjlove/github-action-contributors/e010545/index.html
Comparing Changes: v1.1.0...v1.2.0

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: xxxxxxx
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: xxxxxxx
    publish_dir: ./build

v1.1.0

12 Nov 16:25
Compare
Choose a tag to compare

Documentation v1.1.0: https://raw.githack.com/jaywcjlove/github-action-contributors/8099207/index.html
Comparing Changes: v1.0.7...v1.1.0

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: xxxxxxx
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: xxxxxxx
    publish_dir: ./build

v1.0.7

13 Oct 04:34
Compare
Choose a tag to compare

Documentation v1.0.7: https://raw.githack.com/jaywcjlove/github-action-contributors/bddb114/index.html
Comparing Changes: v1.0.6...v1.0.7

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: xxxxxxx
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: xxxxxxx
    publish_dir: ./build

v1.0.6

23 Feb 10:28
Compare
Choose a tag to compare

v1.0.5...v1.0.6

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: xxxxxxx
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: xxxxxxx
    publish_dir: ./build

v1.0.5

14 Feb 01:52
Compare
Choose a tag to compare

v1.0.4...v1.0.5

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: ghs_fD7qVDJ6ZrUqC3qI7jc965F7yppzED283Gn9
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ghs_fD7qVDJ6ZrUqC3qI7jc965F7yppzED283Gn9
    publish_dir: ./build

v1.0.4

26 Jan 14:59
Compare
Choose a tag to compare

v1.0.3...v1.0.4

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: ghs_10nPPUZFKrFiH7tecogIe3mEHlTfPU0xRVRs
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ghs_10nPPUZFKrFiH7tecogIe3mEHlTfPU0xRVRs
    publish_dir: ./build

v1.0.3

26 Jan 12:02
Compare
Choose a tag to compare

v1.0.2...v1.0.3

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: ghs_yyB1B8wYKadDHx1EZIjmEVrNrsQIEw3X0qfZ
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ghs_yyB1B8wYKadDHx1EZIjmEVrNrsQIEw3X0qfZ
    publish_dir: ./build

v1.0.2

26 Jan 09:51
Compare
Choose a tag to compare

v1.0.1...v1.0.2

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: ghs_kPVysSjA4fGetyRCv4cAg9yh35VQhE3SErzB
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ghs_kPVysSjA4fGetyRCv4cAg9yh35VQhE3SErzB
    publish_dir: ./build

v1.0.1

26 Jan 09:18
Compare
Choose a tag to compare

v1.0.0...v1.0.1

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    filter-author: renovate\[bot\]
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./build