Creating Pull request with GitHub Action

--- name: Testing Gha on: workflow_dispatch: inputs: GIT_BRANCH: description: The git branch to be worked on required: true jobs: test-pr-creation: name: Creates test PR runs-on: ubuntu-latest permissions: pull-requests: write contents: write env: GIT_BRANCH: ${{ inputs.GIT_BRANCH }} steps: - uses: actions/checkout@v4 - name: Updates README run:…

gitcen : censusing the git

In the developers’ sprint at PyCon US, I was sitting in the MicroPython room. After the second half, many of the developers left the room. The room turned into a Tundra region (I came from a place where the temperature was 40C). The only option left was to get into…