Skip to content
/ ilo Public

issue bot for nanpa, the language-agnostic release manager

License

Notifications You must be signed in to change notification settings

nbsp/ilo

Repository files navigation

ilo

issue bot for nanpa, the language-agnostic release manager

install app GitHub Action

built with Probot. refer to their website for information on running this yourself.

installation

click here to install this bot.

action

this repository also provides a GitHub Action for use in tandem with the GitHub app. the NANPA_WORKFLOW variable should be set to a file containing the following workflow:

# if the file is at .github/workflows/foo.yml, set NANPA_WORKFLOW to 'foo.yml'

on:
  workflow_dispatch:
    inputs:
      packages:
        description: "packages to bump"
        type: string
        required: true

jobs:
  bump:
    runs-on: ubuntu-latest
    permissions:
        contents: write
    steps:
      - uses: actions/checkout@v2
      - uses: nbsp/ilo@v1
        with:
          packages: ${{ github.event.inputs.packages }}
    # then you can draft a release if you'd like

support

if you need help, or you think you've found a bug, send a plain text email to the mailing list. the issue tracker is for confirmed bugs only; unconfirmed issues and general support requests will be closed.

contributing

open pull requests, or send patches to the mailing list.

prefix patches with "[PATCH nanpa]". see the guide to git send-email if this is your first time using sourcehut.

license

ilo is licensed under the GNU Affero General Public License, version 3. refer to [the license] (LICENSE) for details.