Git Product home page Git Product logo

meeting-1on1-action's Introduction

meeting-1on1-action

This GitHub Action creates a new issue for a 1:1 meeting with your manager.

test codeql publish styled with prettier

Usage

# .github/workflows/schedule.yml
on:
  schedule:
    # every Monday at 01:00 UTC
    - cron: '0 1 * * 1'

jobs:
  schedule:
    runs-on: ubuntu-latest

    permissions:
      contents: read
      issues: write

    steps:
      - uses: actions/[email protected]

      - uses: stoe/[email protected]
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}

This reads from a .github/101.yml configuration file within your repository.

Configuration file

To use the meeting-1on1-action you have to provide a configuration file within your repository.

Manager's github.com username without the @.

manager: my_manager

Report's github.com username without the @.

report: me

Label is created if not already available.

label: '1:1 meeting'

Issue title. If not provided will default to @my_manager/@me 1:1 Topics 10/22/2020. Set this to title: false to use the default.

title: '@{% manager %}/@{% report %} 1:1 Topics {% date %}'

Issue template string or path to an issue template in .github/ISSUE_TEMPLATE/

template: |
  ### Last 1:1

  {% last %}

  ### Topics for today's meeting

  - [ ] ...
template: .github/ISSUE_TEMPLATE/101.md

title and template variables

These will be replaced in your configuration title and template / within your .github/ISSUE_TEMPLATE/ file.

  • {% date %}: auto filled with the date of the 1:1 meeting

  • {% last %}: auto filled with reference link(s) to the last 1:1 meeting issue(s)

  • {% manager %}: auto filled with the manager's github.com username provided in the config file

  • {% report %}: auto filled with the reports' github.com username provided in the config file

Inputs

The GITHUB_TOKEN secret. More info available here.

repo-token: ${{ secrets.GITHUB_TOKEN }}

The path for the issue configurations within your repository. Defaults to .github/101.yml.

configuration-path: .github/101.yml

Is the meeting today or tomorrow? Defaults to today and will fall back to today if neither today or tomorrow are provided.

scheduled-day: today

Outputs

If you need the Issue URL of the created 1:1 meeting issue for another step, you can use the url output.

For example:

steps:
  - uses: actions/[email protected]

  - uses: stoe/[email protected]
    id: issue
    with:
      repo-token: ${{ secrets.GITHUB_TOKEN }}

  - run: echo "${{ steps.issue.outputs.url }}"

License

MIT Β© Stefan StΓΆlzle

meeting-1on1-action's People

Contributors

dependabot[bot] avatar stoe avatar octoherd-stoe[bot] avatar ldennington avatar github-actions[bot] avatar stoe[bot] avatar

Watchers

 avatar

meeting-1on1-action's Issues

Weekly 1:1 Meeting

πŸŒ” Last 1:1

🎯 Topics for today's meeting 4/3/2024

What is top of mind for you today?

  • TBD

What can we celebrate?

  • TBD

What is frustrating, blocking, or confusing you?

  • TBD

Do you have any feedback for me?

  • TBD

πŸ›‹ Bench (for next week)

[ ] TBD

@ldennington/@ldennington 1:1 Topics 4/2/2024

πŸŒ” Last 1:1

🎯 Topics for today's meeting 4/2/2024

What is top of mind for you today?

  • TBD

What can we celebrate?

  • TBD

What is frustrating, blocking, or confusing you?

  • TBD

Do you have any feedback for me?

  • TBD

πŸ›‹ Bench (for next week)

[ ] TBD

Weekly 1:1 Meeting

πŸŒ” Last 1:1

🎯 Topics for today's meeting 4/2/2024

What is top of mind for you today?

  • TBD

What can we celebrate?

  • TBD

What is frustrating, blocking, or confusing you?

  • TBD

Do you have any feedback for me?

  • TBD

πŸ›‹ Bench (for next week)

[ ] TBD

@ldennington/@ldennington 1:1 Topics 4/5/2024

πŸŒ” Last 1:1

🎯 Topics for today's meeting 4/5/2024

What is top of mind for you today?

  • TBD

What can we celebrate?

  • TBD

What is frustrating, blocking, or confusing you?

  • TBD

Do you have any feedback for me?

  • TBD

πŸ›‹ Bench (for next week)

[ ] TBD

Weekly 1:1 Meeting

πŸŒ” Last 1:1

🎯 Topics for today's meeting 4/5/2024

What is top of mind for you today?

  • TBD

What can we celebrate?

  • TBD

What is frustrating, blocking, or confusing you?

  • TBD

Do you have any feedback for me?

  • TBD

πŸ›‹ Bench (for next week)

[ ] TBD

@ldennington/@ldennington 1:1 Topics 4/2/2024

πŸŒ” Last 1:1

🎯 Topics for today's meeting 4/2/2024

What is top of mind for you today?

  • TBD

What can we celebrate?

  • TBD

What is frustrating, blocking, or confusing you?

  • TBD

Do you have any feedback for me?

  • TBD

πŸ›‹ Bench (for next week)

[ ] TBD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.